#B0E74E

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

Shades of Conifer #B0E74E

Tints of Conifer #B0E74E

Color information

#B0E74E (or 0xB0E74E) is unknown color: approx Conifer. HEX triplet: B0, E7 and 4E. RGB value is (176,231,78). Sum of RGB (Red+Green+Blue) = 176+231+78=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 231 (90.62% from 255 or 47.63% from 485); Blue value is 78 (30.86% from 255 or 16.08% from 485); Max value from RGB is 231 - color contains mainly: green. Hex color #B0E74E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0E74E is #4F18B1. Grayscale: #C5C5C5. Windows color (decimal): -5183666 or 5171120. OLE color: 5171120.

HSL color Cylindrical-coordinate representation of color #B0E74E: hue angle of 81.57º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B0E74E is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB17623178-
CMYK0.2400.660.09
HSL81.57º76.12%60.59%-
HSV(B)81.57º66.23%90.59%-
XYZ47.8666.9317.6-
YUV197.1160.78112.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.29%
GREEN value IS 231 (90.62% from 255) = 47.63%
BLUE value IS 78 (30.86% from 255) = 16.08%
R=36.29%
G=47.63%
B=16.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal176231780.2400.660.0981.5776.1260.59
HexB0E74E180429524c3d
Octal2603471163001021112211475
Binary101100001110011110011101100001000010100110100101001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E74E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E74E; }

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

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

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

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

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

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

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

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