Html Css Color HEX #80B04F Chelsea Cucumber

📋 copy color: '#80B04F'

red 128 ◦ green 176 ◦ blue 79

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

Shades of Chelsea Cucumber #80B04F

Tints of Chelsea Cucumber #80B04F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.95%

 BLUE value IS 79 (31.25% from 255) = 20.63%

R = 33.42%
G = 45.95%
B = 20.63%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#80B04F (or 0x80B04F) is known color: Chelsea Cucumber. HEX triplet: 80, B0 and 4F. RGB value is (128,176,79). Sum of RGB (Red+Green+Blue) = 128+176+79=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 176 (69.14% from 255 or 45.95% from 383); Blue value is 79 (31.25% from 255 or 20.63% from 383); Max value from RGB is 176 - color contains mainly: green. Hex color #80B04F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80B04F is #7F4FB0. Grayscale: #969696. Windows color (decimal): -8343473 or 5222528. OLE color: 5222528.

HSL color Cylindrical-coordinate representation of color #80B04F: hue angle of 89.69º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80B04F is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 176 79 -
CMYK 0.27 0 0.55 0.31
HSL 89.69º 0.38% 0.5% -
HSV(B) 89.69º 0.55% 0.69% -
XYZ 25.84 36.2 13.02 -
YUV 150.59 87.6 111.89 -
System Red Green Blue C M Y K H S L
Decimal 128 176 79 0.27 0 0.55 0.31 89.69 0.38 0.5
Hex 80 B0 4F 1B 0 37 1F 5A 26 32
Octal 200 260 117 33 0 67 37 132 46 62
Binary 10000000 10110000 1001111 11011 0 110111 11111 1011010 100110 110010

Color Harmonies of #80B04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B04F

Black with #80B04F

Text Example


Text Example

White with #80B04F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,176,79); }

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

background-color css

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

 a { background-color: rgb(128,176,79); }

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

border-color css

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

 span { border-color: rgb(128,176,79); }

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