#BBFA4E

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

Shades of Conifer #BBFA4E

Tints of Conifer #BBFA4E

Color information

#BBFA4E (or 0xBBFA4E) is unknown color: approx Conifer. HEX triplet: BB, FA and 4E. RGB value is (187,250,78). Sum of RGB (Red+Green+Blue) = 187+250+78=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 250 (98.05% from 255 or 48.54% from 515); Blue value is 78 (30.86% from 255 or 15.15% from 515); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFA4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFA4E is #4405B1. Grayscale: #D4D4D4. Windows color (decimal): -4457906 or 5175995. OLE color: 5175995.

HSL color Cylindrical-coordinate representation of color #BBFA4E: hue angle of 81.98º degrees, saturation: 0.95, 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 #BBFA4E is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB18725078-
CMYK0.2500.690.02
HSL81.98º94.51%64.31%-
HSV(B)81.98º68.8%98.04%-
XYZ56.0579.4919.6-
YUV211.5652.63110.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.31%
GREEN value IS 250 (98.05% from 255) = 48.54%
BLUE value IS 78 (30.86% from 255) = 15.15%
R=36.31%
G=48.54%
B=15.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal187250780.2500.690.0281.9894.5164.31
HexBBFA4E190452525f40
Octal2733721163101052122137100
Binary10111011111110101001110110010100010110101001010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFA4E; }

 p { color: rgb(187,250,78); }

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

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

 a { background-color: rgb(187,250,78); }

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

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

 span { border-color: rgb(187,250,78); }

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