Html Css Color HEX #B2E049 Conifer

📋 copy color: '#B2E049'

red 178 ◦ green 224 ◦ blue 73

#B2E049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #B2E049

Tints of Conifer #B2E049

RGB

 RED value IS 178 (69.92% from 255) = 37.47%

 GREEN value IS 224 (87.89% from 255) = 47.16%

 BLUE value IS 73 (28.91% from 255) = 15.37%

R = 37.47%
G = 47.16%
B = 15.37%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#B2E049 (or 0xB2E049) is known color: Conifer. HEX triplet: B2, E0 and 49. RGB value is (178,224,73). Sum of RGB (Red+Green+Blue) = 178+224+73=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 224 (87.89% from 255 or 47.16% from 475); Blue value is 73 (28.91% from 255 or 15.37% from 475); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E049 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2E049 is #4D1FB6. Grayscale: #C1C1C1. Windows color (decimal): -5054391 or 4841650. OLE color: 4841650.

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

Color convert

RGB 178 224 73 -
CMYK 0.21 0 0.67 0.12
HSL 78.28º 0.71% 0.58% -
HSV(B) 78.28º 0.67% 0.88% -
XYZ 46.22 63.26 16.08 -
YUV 193.03 60.26 117.28 -
System Red Green Blue C M Y K H S L
Decimal 178 224 73 0.21 0 0.67 0.12 78.28 0.71 0.58
Hex B2 E0 49 15 0 43 C 4E 47 3A
Octal 262 340 111 25 0 103 14 116 107 72
Binary 10110010 11100000 1001001 10101 0 1000011 1100 1001110 1000111 111010

Color Harmonies of #B2E049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E049

Black with #B2E049

Text Example


Text Example

White with #B2E049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E049; }

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

 H1.HeaderClassName
 {
   color: #B2E049;
 }
 .AnyTagClassName
 {
   color: #B2E049;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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