#BBF24B

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

Shades of Conifer #BBF24B

Tints of Conifer #BBF24B

Color information

#BBF24B (or 0xBBF24B) is unknown color: approx Conifer. HEX triplet: BB, F2 and 4B. RGB value is (187,242,75). Sum of RGB (Red+Green+Blue) = 187+242+75=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 242 (94.92% from 255 or 48.02% from 504); Blue value is 75 (29.69% from 255 or 14.88% from 504); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF24B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF24B is #440DB4. Grayscale: #CFCFCF. Windows color (decimal): -4459957 or 4977339. OLE color: 4977339.

HSL color Cylindrical-coordinate representation of color #BBF24B: hue angle of 79.76º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BBF24B is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB18724275-
CMYK0.2300.690.05
HSL79.76º86.53%62.16%-
HSV(B)79.76º69.01%94.9%-
XYZ53.5274.5818.23-
YUV206.5253.78114.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.10%
GREEN value IS 242 (94.92% from 255) = 48.02%
BLUE value IS 75 (29.69% from 255) = 14.88%
R=37.10%
G=48.02%
B=14.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal187242750.2300.690.0579.7686.5362.16
HexBBF24B17045550573e
Octal273362113270105512012776
Binary10111011111100101001011101110100010110110100001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF24B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF24B; }

 p { color: rgb(187,242,75); }

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

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

 a { background-color: rgb(187,242,75); }

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

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

 span { border-color: rgb(187,242,75); }

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