Html Css Color HEX #80B34F Chelsea Cucumber

📋 copy color: '#80B34F'

red 128 ◦ green 179 ◦ blue 79

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

Shades of Chelsea Cucumber #80B34F

Tints of Chelsea Cucumber #80B34F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.37%

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

R = 33.16%
G = 46.37%
B = 20.47%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#80B34F (or 0x80B34F) is known color: Chelsea Cucumber. HEX triplet: 80, B3 and 4F. RGB value is (128,179,79). Sum of RGB (Red+Green+Blue) = 128+179+79=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 179 (70.31% from 255 or 46.37% from 386); Blue value is 79 (31.25% from 255 or 20.47% from 386); Max value from RGB is 179 - color contains mainly: green. Hex color #80B34F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B34F is #7F4CB0. Grayscale: #989898. Windows color (decimal): -8342705 or 5223296. OLE color: 5223296.

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

Color convert

RGB 128 179 79 -
CMYK 0.28 0 0.56 0.30
HSL 90.6º 0.4% 0.51% -
HSV(B) 90.6º 0.56% 0.7% -
XYZ 26.43 37.39 13.22 -
YUV 152.35 86.6 110.63 -
System Red Green Blue C M Y K H S L
Decimal 128 179 79 0.28 0 0.56 0.30 90.6 0.4 0.51
Hex 80 B3 4F 1C 0 38 1E 5B 28 33
Octal 200 263 117 34 0 70 36 133 50 63
Binary 10000000 10110011 1001111 11100 0 111000 11110 1011011 101000 110011

Color Harmonies of #80B34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B34F

Black with #80B34F

Text Example


Text Example

White with #80B34F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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