#B0F64D

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

Shades of Conifer #B0F64D

Tints of Conifer #B0F64D

Color information

#B0F64D (or 0xB0F64D) is unknown color: approx Conifer. HEX triplet: B0, F6 and 4D. RGB value is (176,246,77). Sum of RGB (Red+Green+Blue) = 176+246+77=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 246 (96.48% from 255 or 49.30% from 499); Blue value is 77 (30.47% from 255 or 15.43% from 499); Max value from RGB is 246 - color contains mainly: green. Hex color #B0F64D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F64D is #4F09B2. Grayscale: #CECECE. Windows color (decimal): -5179827 or 5109424. OLE color: 5109424.

HSL color Cylindrical-coordinate representation of color #B0F64D: hue angle of 84.85º 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 #B0F64D is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB17624677-
CMYK0.2800.690.04
HSL84.85º90.37%63.33%-
HSV(B)84.85º68.7%96.47%-
XYZ52.275.6818.88-
YUV205.855.31106.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.27%
GREEN value IS 246 (96.48% from 255) = 49.30%
BLUE value IS 77 (30.47% from 255) = 15.43%
R=35.27%
G=49.30%
B=15.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal176246770.2800.690.0484.8590.3763.33
HexB0F64D1C0454555a3f
Octal260366115340105412513277
Binary10110000111101101001101111000100010110010101011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F64D; }

 p { color: rgb(176,246,77); }

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

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

 a { background-color: rgb(176,246,77); }

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

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

 span { border-color: rgb(176,246,77); }

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