#BBF64C

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

Shades of Conifer #BBF64C

Tints of Conifer #BBF64C

Color information

#BBF64C (or 0xBBF64C) is unknown color: approx Conifer. HEX triplet: BB, F6 and 4C. RGB value is (187,246,76). Sum of RGB (Red+Green+Blue) = 187+246+76=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 246 (96.48% from 255 or 48.33% from 509); Blue value is 76 (30.08% from 255 or 14.93% from 509); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF64C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF64C is #4409B3. Grayscale: #D1D1D1. Windows color (decimal): -4458932 or 5043899. OLE color: 5043899.

HSL color Cylindrical-coordinate representation of color #BBF64C: hue angle of 80.82º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BBF64C is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB18724676-
CMYK0.2400.690.04
HSL80.82º90.43%63.14%-
HSV(B)80.82º69.11%96.47%-
XYZ54.757718.81-
YUV208.9852.95112.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.74%
GREEN value IS 246 (96.48% from 255) = 48.33%
BLUE value IS 76 (30.08% from 255) = 14.93%
R=36.74%
G=48.33%
B=14.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal187246760.2400.690.0480.8290.4363.14
HexBBF64C180454515a3f
Octal273366114300105412113277
Binary10111011111101101001100110000100010110010100011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF64C; }

 p { color: rgb(187,246,76); }

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

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

 a { background-color: rgb(187,246,76); }

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

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

 span { border-color: rgb(187,246,76); }

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