#B0F64E

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

Shades of Conifer #B0F64E

Tints of Conifer #B0F64E

Color information

#B0F64E (or 0xB0F64E) is unknown color: approx Conifer. HEX triplet: B0, F6 and 4E. RGB value is (176,246,78). Sum of RGB (Red+Green+Blue) = 176+246+78=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 246 (96.48% from 255 or 49.2% from 500); Blue value is 78 (30.86% from 255 or 15.6% from 500); Max value from RGB is 246 - color contains mainly: green. Hex color #B0F64E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F64E is #4F09B1. Grayscale: #CECECE. Windows color (decimal): -5179826 or 5174960. OLE color: 5174960.

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

Color convert

RGB17624678-
CMYK0.2800.680.04
HSL85º90.32%63.53%-
HSV(B)85º68.29%96.47%-
XYZ52.2475.6919.06-
YUV205.9255.81106.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.2%
GREEN value IS 246 (96.48% from 255) = 49.2%
BLUE value IS 78 (30.86% from 255) = 15.6%
R=35.2%
G=49.2%
B=15.6%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal176246780.2800.680.048590.3263.53
HexB0F64E1C0444555a40
Octal2603661163401044125132100
Binary101100001111011010011101110001000100100101010110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F64E; }

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

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

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

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

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

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

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

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