#BFFB4D

Color #BFFB4D Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #BFFB4D

Tints of Conifer #BFFB4D

Color information

#BFFB4D (or 0xBFFB4D) is unknown color: approx Conifer. HEX triplet: BF, FB and 4D. RGB value is (191,251,77). Sum of RGB (Red+Green+Blue) = 191+251+77=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 251 (98.44% from 255 or 48.36% from 519); Blue value is 77 (30.47% from 255 or 14.84% from 519); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFB4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFB4D is #4004B2. Grayscale: #D5D5D5. Windows color (decimal): -4195507 or 5110719. OLE color: 5110719.

HSL color Cylindrical-coordinate representation of color #BFFB4D: hue angle of 80.69º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFFB4D is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB19125177-
CMYK0.2400.690.02
HSL80.69º95.6%64.31%-
HSV(B)80.69º69.32%98.43%-
XYZ57.3280.6119.56-
YUV213.2251.12112.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 36.80%
GREEN value IS 251 (98.44% from 255) = 48.36%
BLUE value IS 77 (30.47% from 255) = 14.84%
R=36.80%
G=48.36%
B=14.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal191251770.2400.690.0280.6995.664.31
HexBFFB4D180452516040
Octal2773731153001052121140100
Binary10111111111110111001101110000100010110101000111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFB4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFB4D; }

 p { color: rgb(191,251,77); }

 H1.HeaderClassName
 {
   color: #BFFB4D;
 }
 .AnyTagClassName
 {
   color: #BFFB4D;
 }
</style>
background-color css

<style>
 a { background-color: #BFFB4D; }

 a { background-color: rgb(191,251,77); }

 div.DivClassName
 {
   background-color: #BFFB4D;
 }
 .BgClassName
 {
   background-color: #BFFB4D;
 }
</style>
border-color css

<style>
 span { border-color: #BFFB4D; }

 span { border-color: rgb(191,251,77); }

 td.TdClassName
 {
   border-color: #BFFB4D;
 }
 .TagClassName
 {
   border-color: #BFFB4D;
 }
</style>