Html Css Color HEX #80B24D Chelsea Cucumber

📋 copy color: '#80B24D'

red 128 ◦ green 178 ◦ blue 77

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

Shades of Chelsea Cucumber #80B24D

Tints of Chelsea Cucumber #80B24D

RGB

 RED value IS 128 (50.39% from 255) = 33.42%

 GREEN value IS 178 (69.92% from 255) = 46.48%

 BLUE value IS 77 (30.47% from 255) = 20.1%

R = 33.42%
G = 46.48%
B = 20.1%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#80B24D (or 0x80B24D) is known color: Chelsea Cucumber. HEX triplet: 80, B2 and 4D. RGB value is (128,178,77). Sum of RGB (Red+Green+Blue) = 128+178+77=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 178 (69.92% from 255 or 46.48% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 178 - color contains mainly: green. Hex color #80B24D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80B24D is #7F4DB2. Grayscale: #979797. Windows color (decimal): -8342963 or 5091968. OLE color: 5091968.

HSL color Cylindrical-coordinate representation of color #80B24D: hue angle of 89.7º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #80B24D is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB 128 178 77 -
CMYK 0.28 0 0.57 0.30
HSL 89.7º 0.4% 0.5% -
HSV(B) 89.7º 0.57% 0.7% -
XYZ 26.16 36.97 12.78 -
YUV 151.54 85.94 111.21 -
System Red Green Blue C M Y K H S L
Decimal 128 178 77 0.28 0 0.57 0.30 89.7 0.4 0.5
Hex 80 B2 4D 1C 0 39 1E 5A 28 32
Octal 200 262 115 34 0 71 36 132 50 62
Binary 10000000 10110010 1001101 11100 0 111001 11110 1011010 101000 110010

Color Harmonies of #80B24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B24D

Black with #80B24D

Text Example


Text Example

White with #80B24D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80B24D; }

 p { color: rgb(128,178,77); }

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

background-color css

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

 a { background-color: rgb(128,178,77); }

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

border-color css

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

 span { border-color: rgb(128,178,77); }

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