Html Css Color HEX #B2E450 Conifer

📋 copy color: '#B2E450'

red 178 ◦ green 228 ◦ blue 80

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

Shades of Conifer #B2E450

Tints of Conifer #B2E450

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.91%

 BLUE value IS 80 (31.64% from 255) = 16.46%

R = 36.63%
G = 46.91%
B = 16.46%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#B2E450 (or 0xB2E450) is known color: Conifer. HEX triplet: B2, E4 and 50. RGB value is (178,228,80). Sum of RGB (Red+Green+Blue) = 178+228+80=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 228 (89.45% from 255 or 46.91% from 486); Blue value is 80 (31.64% from 255 or 16.46% from 486); Max value from RGB is 228 - color contains mainly: green. Hex color #B2E450 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E450 is #4D1BAF. Grayscale: #C4C4C4. Windows color (decimal): -5053360 or 5301426. OLE color: 5301426.

HSL color Cylindrical-coordinate representation of color #B2E450: hue angle of 80.27º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B2E450 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 178 228 80 -
CMYK 0.22 0 0.65 0.11
HSL 80.27º 0.73% 0.6% -
HSV(B) 80.27º 0.65% 0.89% -
XYZ 47.55 65.53 17.73 -
YUV 196.18 62.44 115.03 -
System Red Green Blue C M Y K H S L
Decimal 178 228 80 0.22 0 0.65 0.11 80.27 0.73 0.6
Hex B2 E4 50 16 0 41 B 50 49 3C
Octal 262 344 120 26 0 101 13 120 111 74
Binary 10110010 11100100 1010000 10110 0 1000001 1011 1010000 1001001 111100

Color Harmonies of #B2E450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E450

Black with #B2E450

Text Example


Text Example

White with #B2E450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E450; }

 p { color: rgb(178,228,80); }

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

background-color css

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

 a { background-color: rgb(178,228,80); }

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

border-color css

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

 span { border-color: rgb(178,228,80); }

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