Html Css Color HEX #80D07B De York

📋 copy color: '#80D07B'

red 128 ◦ green 208 ◦ blue 123

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

Shades of De York #80D07B

Tints of De York #80D07B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.32%

 BLUE value IS 123 (48.44% from 255) = 26.8%

R = 27.89%
G = 45.32%
B = 26.8%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#80D07B (or 0x80D07B) is known color: De York. HEX triplet: 80, D0 and 7B. RGB value is (128,208,123). Sum of RGB (Red+Green+Blue) = 128+208+123=459 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.89% from 459); Green value is 208 (81.64% from 255 or 45.32% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 208 - color contains mainly: green. Hex color #80D07B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D07B is #7F2F84. Grayscale: #AEAEAE. Windows color (decimal): -8335237 or 8114304. OLE color: 8114304.

HSL color Cylindrical-coordinate representation of color #80D07B: hue angle of 116.47º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80D07B is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 208 123 -
CMYK 0.38 0 0.41 0.18
HSL 116.47º 0.47% 0.65% -
HSV(B) 116.47º 0.41% 0.82% -
XYZ 35.03 51.13 26.76 -
YUV 174.39 99 94.91 -
System Red Green Blue C M Y K H S L
Decimal 128 208 123 0.38 0 0.41 0.18 116.47 0.47 0.65
Hex 80 D0 7B 26 0 29 12 74 2F 41
Octal 200 320 173 46 0 51 22 164 57 101
Binary 10000000 11010000 1111011 100110 0 101001 10010 1110100 101111 1000001

Color Harmonies of #80D07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D07B

Black with #80D07B

Text Example


Text Example

White with #80D07B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,208,123); }

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

background-color css

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

 a { background-color: rgb(128,208,123); }

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

border-color css

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

 span { border-color: rgb(128,208,123); }

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