#BBF25B

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

Shades of Conifer #BBF25B

Tints of Conifer #BBF25B

Color information

#BBF25B (or 0xBBF25B) is unknown color: approx Conifer. HEX triplet: BB, F2 and 5B. RGB value is (187,242,91). Sum of RGB (Red+Green+Blue) = 187+242+91=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 242 (94.92% from 255 or 46.54% from 520); Blue value is 91 (35.94% from 255 or 17.5% from 520); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF25B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF25B is #440DA4. Grayscale: #D0D0D0. Windows color (decimal): -4459941 or 6025915. OLE color: 6025915.

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

Color convert

RGB18724291-
CMYK0.2300.620.05
HSL81.85º85.31%65.29%-
HSV(B)81.85º62.4%94.9%-
XYZ54.1374.8221.49-
YUV208.3461.78112.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.96%
GREEN value IS 242 (94.92% from 255) = 46.54%
BLUE value IS 91 (35.94% from 255) = 17.5%
R=35.96%
G=46.54%
B=17.5%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal187242910.2300.620.0581.8585.3165.29
HexBBF25B1703E5525541
Octal273362133270765122125101
Binary10111011111100101011011101110111110101101001010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF25B; }

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

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

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

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

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

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

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

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