#BBF25F

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

Shades of Conifer #BBF25F

Tints of Conifer #BBF25F

Color information

#BBF25F (or 0xBBF25F) is unknown color: approx Conifer. HEX triplet: BB, F2 and 5F. RGB value is (187,242,95). Sum of RGB (Red+Green+Blue) = 187+242+95=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 95 (37.5% from 255 or 18.13% from 524); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF25F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF25F is #440DA0. Grayscale: #D1D1D1. Windows color (decimal): -4459937 or 6288059. OLE color: 6288059.

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

Color convert

RGB18724295-
CMYK0.2300.610.05
HSL82.45º84.97%66.08%-
HSV(B)82.45º60.74%94.9%-
XYZ54.3174.922.42-
YUV208.863.78112.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.69%
GREEN value IS 242 (94.92% from 255) = 46.18%
BLUE value IS 95 (37.5% from 255) = 18.13%
R=35.69%
G=46.18%
B=18.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal187242950.2300.610.0582.4584.9766.08
HexBBF25F1703D5525542
Octal273362137270755122125102
Binary10111011111100101011111101110111101101101001010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF25F; }

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

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

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

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

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

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

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

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