#BBF35F

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

Shades of Conifer #BBF35F

Tints of Conifer #BBF35F

Color information

#BBF35F (or 0xBBF35F) is unknown color: approx Conifer. HEX triplet: BB, F3 and 5F. RGB value is (187,243,95). Sum of RGB (Red+Green+Blue) = 187+243+95=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 243 (95.31% from 255 or 46.29% from 525); Blue value is 95 (37.5% from 255 or 18.10% from 525); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF35F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF35F is #440CA0. Grayscale: #D1D1D1. Windows color (decimal): -4459681 or 6288315. OLE color: 6288315.

HSL color Cylindrical-coordinate representation of color #BBF35F: hue angle of 82.7º degrees, saturation: 0.86, 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 #BBF35F is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB18724395-
CMYK0.2300.610.05
HSL82.7º86.05%66.27%-
HSV(B)82.7º60.91%95.29%-
XYZ54.6175.4922.52-
YUV209.3863.45112.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.62%
GREEN value IS 243 (95.31% from 255) = 46.29%
BLUE value IS 95 (37.5% from 255) = 18.10%
R=35.62%
G=46.29%
B=18.10%

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
Decimal187243950.2300.610.0582.786.0566.27
HexBBF35F1703D5535642
Octal273363137270755123126102
Binary10111011111100111011111101110111101101101001110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF35F; }

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

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

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

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

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

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

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

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