#BBF447

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

Shades of Conifer #BBF447

Tints of Conifer #BBF447

Color information

#BBF447 (or 0xBBF447) is unknown color: approx Conifer. HEX triplet: BB, F4 and 47. RGB value is (187,244,71). Sum of RGB (Red+Green+Blue) = 187+244+71=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 244 (95.70% from 255 or 48.61% from 502); Blue value is 71 (28.12% from 255 or 14.14% from 502); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF447 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF447 is #440BB8. Grayscale: #CFCFCF. Windows color (decimal): -4459449 or 4715707. OLE color: 4715707.

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

Color convert

RGB18724471-
CMYK0.2300.710.04
HSL79.77º88.72%61.76%-
HSV(B)79.77º70.9%95.69%-
XYZ53.9875.7217.73-
YUV207.2351.12113.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.25%
GREEN value IS 244 (95.70% from 255) = 48.61%
BLUE value IS 71 (28.12% from 255) = 14.14%
R=37.25%
G=48.61%
B=14.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal187244710.2300.710.0479.7788.7261.76
HexBBF44717047450593e
Octal273364107270107412013176
Binary10111011111101001000111101110100011110010100001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF447; }

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

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

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

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

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

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

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

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