#B2E03D

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

Shades of Conifer #B2E03D

Tints of Conifer #B2E03D

Color information

#B2E03D (or 0xB2E03D) is unknown color: approx Conifer. HEX triplet: B2, E0 and 3D. RGB value is (178,224,61). Sum of RGB (Red+Green+Blue) = 178+224+61=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 224 (87.89% from 255 or 48.38% from 463); Blue value is 61 (24.22% from 255 or 13.17% from 463); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E03D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2E03D is #4D1FC2. Grayscale: #C0C0C0. Windows color (decimal): -5054403 or 4055218. OLE color: 4055218.

HSL color Cylindrical-coordinate representation of color #B2E03D: hue angle of 76.93º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B2E03D is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB17822461-
CMYK0.2100.730.12
HSL76.93º72.44%55.88%-
HSV(B)76.93º72.77%87.84%-
XYZ45.8663.1114.18-
YUV191.6654.26118.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.44%
GREEN value IS 224 (87.89% from 255) = 48.38%
BLUE value IS 61 (24.22% from 255) = 13.17%
R=38.44%
G=48.38%
B=13.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal178224610.2100.730.1276.9372.4455.88
HexB2E03D15049C4d4838
Octal262340752501111411511070
Binary10110010111000001111011010101001001110010011011001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E03D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E03D; }

 p { color: rgb(178,224,61); }

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

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

 a { background-color: rgb(178,224,61); }

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

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

 span { border-color: rgb(178,224,61); }

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