#BBF042

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

Shades of Conifer #BBF042

Tints of Conifer #BBF042

Color information

#BBF042 (or 0xBBF042) is unknown color: approx Conifer. HEX triplet: BB, F0 and 42. RGB value is (187,240,66). Sum of RGB (Red+Green+Blue) = 187+240+66=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 240 (94.14% from 255 or 48.68% from 493); Blue value is 66 (26.17% from 255 or 13.39% from 493); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF042 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF042 is #440FBD. Grayscale: #CCCCCC. Windows color (decimal): -4460478 or 4387003. OLE color: 4387003.

HSL color Cylindrical-coordinate representation of color #BBF042: hue angle of 78.28º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BBF042 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB18724066-
CMYK0.2200.720.06
HSL78.28º85.29%60%-
HSV(B)78.28º72.5%94.12%-
XYZ52.6473.2816.52-
YUV204.3249.94115.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.93%
GREEN value IS 240 (94.14% from 255) = 48.68%
BLUE value IS 66 (26.17% from 255) = 13.39%
R=37.93%
G=48.68%
B=13.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal187240660.2200.720.0678.2885.2960
HexBBF0421604864e553c
Octal273360102260110611612574
Binary10111011111100001000010101100100100011010011101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF042; }

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

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

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

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

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

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

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

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