#B0E740

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

Shades of Conifer #B0E740

Tints of Conifer #B0E740

Color information

#B0E740 (or 0xB0E740) is unknown color: approx Conifer. HEX triplet: B0, E7 and 40. RGB value is (176,231,64). Sum of RGB (Red+Green+Blue) = 176+231+64=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 231 (90.62% from 255 or 49.04% from 471); Blue value is 64 (25.39% from 255 or 13.59% from 471); Max value from RGB is 231 - color contains mainly: green. Hex color #B0E740 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0E740 is #4F18BF. Grayscale: #C4C4C4. Windows color (decimal): -5183680 or 4253616. OLE color: 4253616.

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

Color convert

RGB17623164-
CMYK0.2400.720.09
HSL79.76º77.67%57.84%-
HSV(B)79.76º72.29%90.59%-
XYZ47.4166.7515.24-
YUV195.5253.78114.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.37%
GREEN value IS 231 (90.62% from 255) = 49.04%
BLUE value IS 64 (25.39% from 255) = 13.59%
R=37.37%
G=49.04%
B=13.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal176231640.2400.720.0979.7677.6757.84
HexB0E740180489504e3a
Octal2603471003001101112011672
Binary101100001110011110000001100001001000100110100001001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E740; }

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

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

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

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

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

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

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

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