#B0E742

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

Shades of Conifer #B0E742

Tints of Conifer #B0E742

Color information

#B0E742 (or 0xB0E742) is unknown color: approx Conifer. HEX triplet: B0, E7 and 42. RGB value is (176,231,66). Sum of RGB (Red+Green+Blue) = 176+231+66=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 231 (90.62% from 255 or 48.84% from 473); Blue value is 66 (26.17% from 255 or 13.95% from 473); Max value from RGB is 231 - color contains mainly: green. Hex color #B0E742 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0E742 is #4F18BD. Grayscale: #C4C4C4. Windows color (decimal): -5183678 or 4384688. OLE color: 4384688.

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

Color convert

RGB17623166-
CMYK0.2400.710.09
HSL80º77.46%58.24%-
HSV(B)80º71.43%90.59%-
XYZ47.4666.7815.54-
YUV195.7454.78113.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.21%
GREEN value IS 231 (90.62% from 255) = 48.84%
BLUE value IS 66 (26.17% from 255) = 13.95%
R=37.21%
G=48.84%
B=13.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal176231660.2400.710.098077.4658.24
HexB0E742180479504d3a
Octal2603471023001071112011572
Binary101100001110011110000101100001000111100110100001001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E742; }

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

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

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

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

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

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

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

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