Html Css Color HEX #80CF7F De York

📋 copy color: '#80CF7F'

red 128 ◦ green 207 ◦ blue 127

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

Shades of De York #80CF7F

Tints of De York #80CF7F

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.81%

 BLUE value IS 127 (50% from 255) = 27.49%

R = 27.71%
G = 44.81%
B = 27.49%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#80CF7F (or 0x80CF7F) is known color: De York. HEX triplet: 80, CF and 7F. RGB value is (128,207,127). Sum of RGB (Red+Green+Blue) = 128+207+127=462 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.71% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 207 - color contains mainly: green. Hex color #80CF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CF7F is #7F3080. Grayscale: #AEAEAE. Windows color (decimal): -8335489 or 8376192. OLE color: 8376192.

HSL color Cylindrical-coordinate representation of color #80CF7F: hue angle of 119.25º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80CF7F is Cyan = 0.38, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 207 127 -
CMYK 0.38 0 0.39 0.19
HSL 119.25º 0.45% 0.65% -
HSV(B) 119.25º 0.39% 0.81% -
XYZ 35.05 50.75 28.03 -
YUV 174.26 101.33 95 -
System Red Green Blue C M Y K H S L
Decimal 128 207 127 0.38 0 0.39 0.19 119.25 0.45 0.65
Hex 80 CF 7F 26 0 27 13 77 2D 41
Octal 200 317 177 46 0 47 23 167 55 101
Binary 10000000 11001111 1111111 100110 0 100111 10011 1110111 101101 1000001

Color Harmonies of #80CF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CF7F

Black with #80CF7F

Text Example


Text Example

White with #80CF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,207,127); }

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

background-color css

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

 a { background-color: rgb(128,207,127); }

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

border-color css

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

 span { border-color: rgb(128,207,127); }

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