Html Css Color HEX #80CC83 De York

📋 copy color: '#80CC83'

red 128 ◦ green 204 ◦ blue 131

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

Shades of De York #80CC83

Tints of De York #80CC83

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.06%

 BLUE value IS 131 (51.56% from 255) = 28.29%

R = 27.65%
G = 44.06%
B = 28.29%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#80CC83 (or 0x80CC83) is known color: De York. HEX triplet: 80, CC and 83. RGB value is (128,204,131). Sum of RGB (Red+Green+Blue) = 128+204+131=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 131 (51.56% from 255 or 28.29% from 463); Max value from RGB is 204 - color contains mainly: green. Hex color #80CC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CC83 is #7F337C. Grayscale: #ADADAD. Windows color (decimal): -8336253 or 8637568. OLE color: 8637568.

HSL color Cylindrical-coordinate representation of color #80CC83: hue angle of 122.37º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80CC83 is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 204 131 -
CMYK 0.37 0 0.36 0.2
HSL 122.37º 0.43% 0.65% -
HSV(B) 122.37º 0.37% 0.8% -
XYZ 34.59 49.41 29.19 -
YUV 172.95 104.32 95.94 -
System Red Green Blue C M Y K H S L
Decimal 128 204 131 0.37 0 0.36 0.2 122.37 0.43 0.65
Hex 80 CC 83 25 0 24 14 7A 2B 41
Octal 200 314 203 45 0 44 24 172 53 101
Binary 10000000 11001100 10000011 100101 0 100100 10100 1111010 101011 1000001

Color Harmonies of #80CC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CC83

Black with #80CC83

Text Example


Text Example

White with #80CC83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,204,131); }

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

background-color css

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

 a { background-color: rgb(128,204,131); }

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

border-color css

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

 span { border-color: rgb(128,204,131); }

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