Html Css Color HEX #80B24B Chelsea Cucumber

📋 copy color: '#80B24B'

red 128 ◦ green 178 ◦ blue 75

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

Shades of Chelsea Cucumber #80B24B

Tints of Chelsea Cucumber #80B24B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.69%

R = 33.6%
G = 46.72%
B = 19.69%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#80B24B (or 0x80B24B) is known color: Chelsea Cucumber. HEX triplet: 80, B2 and 4B. RGB value is (128,178,75). Sum of RGB (Red+Green+Blue) = 128+178+75=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 178 (69.92% from 255 or 46.72% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 178 - color contains mainly: green. Hex color #80B24B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80B24B is #7F4DB4. Grayscale: #979797. Windows color (decimal): -8342965 or 4960896. OLE color: 4960896.

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

Color convert

RGB 128 178 75 -
CMYK 0.28 0 0.58 0.30
HSL 89.13º 0.41% 0.5% -
HSV(B) 89.13º 0.58% 0.7% -
XYZ 26.09 36.94 12.41 -
YUV 151.31 84.94 111.38 -
System Red Green Blue C M Y K H S L
Decimal 128 178 75 0.28 0 0.58 0.30 89.13 0.41 0.5
Hex 80 B2 4B 1C 0 3A 1E 59 29 32
Octal 200 262 113 34 0 72 36 131 51 62
Binary 10000000 10110010 1001011 11100 0 111010 11110 1011001 101001 110010

Color Harmonies of #80B24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B24B

Black with #80B24B

Text Example


Text Example

White with #80B24B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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