#BBF45D

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

Shades of Conifer #BBF45D

Tints of Conifer #BBF45D

Color information

#BBF45D (or 0xBBF45D) is unknown color: approx Conifer. HEX triplet: BB, F4 and 5D. RGB value is (187,244,93). Sum of RGB (Red+Green+Blue) = 187+244+93=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 244 (95.70% from 255 or 46.56% from 524); Blue value is 93 (36.72% from 255 or 17.75% from 524); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF45D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF45D is #440BA2. Grayscale: #D2D2D2. Windows color (decimal): -4459427 or 6157499. OLE color: 6157499.

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

Color convert

RGB18724493-
CMYK0.2300.620.04
HSL82.65º87.28%66.08%-
HSV(B)82.65º61.89%95.69%-
XYZ54.8276.0622.15-
YUV209.7462.12111.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.69%
GREEN value IS 244 (95.70% from 255) = 46.56%
BLUE value IS 93 (36.72% from 255) = 17.75%
R=35.69%
G=46.56%
B=17.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal187244930.2300.620.0482.6587.2866.08
HexBBF45D1703E4535742
Octal273364135270764123127102
Binary10111011111101001011101101110111110100101001110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF45D; }

 p { color: rgb(187,244,93); }

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

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

 a { background-color: rgb(187,244,93); }

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

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

 span { border-color: rgb(187,244,93); }

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