#B2E558

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

Shades of Conifer #B2E558

Tints of Conifer #B2E558

Color information

#B2E558 (or 0xB2E558) is unknown color: approx Conifer. HEX triplet: B2, E5 and 58. RGB value is (178,229,88). Sum of RGB (Red+Green+Blue) = 178+229+88=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 229 (89.84% from 255 or 46.26% from 495); Blue value is 88 (34.77% from 255 or 17.78% from 495); Max value from RGB is 229 - color contains mainly: green. Hex color #B2E558 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E558 is #4D1AA7. Grayscale: #C6C6C6. Windows color (decimal): -5053096 or 5825970. OLE color: 5825970.

HSL color Cylindrical-coordinate representation of color #B2E558: hue angle of 81.7º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B2E558 is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.10.

Color convert

RGB17822988-
CMYK0.2200.620.10
HSL81.7º73.06%62.16%-
HSV(B)81.7º61.57%89.8%-
XYZ48.1466.2119.47-
YUV197.6866.1113.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.96%
GREEN value IS 229 (89.84% from 255) = 46.26%
BLUE value IS 88 (34.77% from 255) = 17.78%
R=35.96%
G=46.26%
B=17.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal178229880.2200.620.1081.773.0662.16
HexB2E5581603EA52493e
Octal262345130260761212211176
Binary10110010111001011011000101100111110101010100101001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E558; }

 p { color: rgb(178,229,88); }

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

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

 a { background-color: rgb(178,229,88); }

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

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

 span { border-color: rgb(178,229,88); }

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