#BBF142

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

Shades of Conifer #BBF142

Tints of Conifer #BBF142

Color information

#BBF142 (or 0xBBF142) is unknown color: approx Conifer. HEX triplet: BB, F1 and 42. RGB value is (187,241,66). Sum of RGB (Red+Green+Blue) = 187+241+66=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 241 (94.53% from 255 or 48.79% from 494); Blue value is 66 (26.17% from 255 or 13.36% from 494); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF142 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF142 is #440EBD. Grayscale: #CDCDCD. Windows color (decimal): -4460222 or 4387259. OLE color: 4387259.

HSL color Cylindrical-coordinate representation of color #BBF142: hue angle of 78.51º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BBF142 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB18724166-
CMYK0.2200.730.05
HSL78.51º86.21%60.2%-
HSV(B)78.51º72.61%94.51%-
XYZ52.9373.8716.62-
YUV204.949.61115.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.85%
GREEN value IS 241 (94.53% from 255) = 48.79%
BLUE value IS 66 (26.17% from 255) = 13.36%
R=37.85%
G=48.79%
B=13.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal187241660.2200.730.0578.5186.2160.2
HexBBF1421604954f563c
Octal273361102260111511712674
Binary10111011111100011000010101100100100110110011111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF142; }

 p { color: rgb(187,241,66); }

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

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

 a { background-color: rgb(187,241,66); }

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

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

 span { border-color: rgb(187,241,66); }

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