Html Css Color HEX #80B245 Chelsea Cucumber

📋 copy color: '#80B245'

red 128 ◦ green 178 ◦ blue 69

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

Shades of Chelsea Cucumber #80B245

Tints of Chelsea Cucumber #80B245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.4%

R = 34.13%
G = 47.47%
B = 18.4%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#80B245 (or 0x80B245) is known color: Chelsea Cucumber. HEX triplet: 80, B2 and 45. RGB value is (128,178,69). Sum of RGB (Red+Green+Blue) = 128+178+69=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 178 (69.92% from 255 or 47.47% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 178 - color contains mainly: green. Hex color #80B245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80B245 is #7F4DBA. Grayscale: #979797. Windows color (decimal): -8342971 or 4567680. OLE color: 4567680.

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

Color convert

RGB 128 178 69 -
CMYK 0.28 0 0.61 0.30
HSL 87.52º 0.44% 0.48% -
HSV(B) 87.52º 0.61% 0.7% -
XYZ 25.9 36.86 11.38 -
YUV 150.62 81.94 111.86 -
System Red Green Blue C M Y K H S L
Decimal 128 178 69 0.28 0 0.61 0.30 87.52 0.44 0.48
Hex 80 B2 45 1C 0 3D 1E 58 2C 30
Octal 200 262 105 34 0 75 36 130 54 60
Binary 10000000 10110010 1000101 11100 0 111101 11110 1011000 101100 110000

Color Harmonies of #80B245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B245

Black with #80B245

Text Example


Text Example

White with #80B245

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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