Html Css Color HEX #80B748 Chelsea Cucumber

📋 copy color: '#80B748'

red 128 ◦ green 183 ◦ blue 72

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

Shades of Chelsea Cucumber #80B748

Tints of Chelsea Cucumber #80B748

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.78%

 BLUE value IS 72 (28.52% from 255) = 18.8%

R = 33.42%
G = 47.78%
B = 18.8%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#80B748 (or 0x80B748) is known color: Chelsea Cucumber. HEX triplet: 80, B7 and 48. RGB value is (128,183,72). Sum of RGB (Red+Green+Blue) = 128+183+72=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 183 (71.88% from 255 or 47.78% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 183 - color contains mainly: green. Hex color #80B748 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B748 is #7F48B7. Grayscale: #9A9A9A. Windows color (decimal): -8341688 or 4765568. OLE color: 4765568.

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

Color convert

RGB 128 183 72 -
CMYK 0.30 0 0.61 0.28
HSL 89.73º 0.44% 0.5% -
HSV(B) 89.73º 0.61% 0.72% -
XYZ 27.01 38.92 12.22 -
YUV 153.9 81.78 109.53 -
System Red Green Blue C M Y K H S L
Decimal 128 183 72 0.30 0 0.61 0.28 89.73 0.44 0.5
Hex 80 B7 48 1E 0 3D 1C 5A 2C 32
Octal 200 267 110 36 0 75 34 132 54 62
Binary 10000000 10110111 1001000 11110 0 111101 11100 1011010 101100 110010

Color Harmonies of #80B748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B748

Black with #80B748

Text Example


Text Example

White with #80B748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,183,72); }

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

background-color css

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

 a { background-color: rgb(128,183,72); }

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

border-color css

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

 span { border-color: rgb(128,183,72); }

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