Html Css Color HEX #7FD280 De York

📋 copy color: '#7FD280'

red 127 ◦ green 210 ◦ blue 128

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

Shades of De York #7FD280

Tints of De York #7FD280

RGB

 RED value IS 127 (50% from 255) = 27.31%

 GREEN value IS 210 (82.42% from 255) = 45.16%

 BLUE value IS 128 (50.39% from 255) = 27.53%

R = 27.31%
G = 45.16%
B = 27.53%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#7FD280 (or 0x7FD280) is known color: De York. HEX triplet: 7F, D2 and 80. RGB value is (127,210,128). Sum of RGB (Red+Green+Blue) = 127+210+128=465 (61% of max value = 765). Red value is 127 (50% from 255 or 27.31% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 210 - color contains mainly: green. Hex color #7FD280 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD280 is #802D7F. Grayscale: #B0B0B0. Windows color (decimal): -8400256 or 8442495. OLE color: 8442495.

HSL color Cylindrical-coordinate representation of color #7FD280: hue angle of 120.72º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FD280 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 127 210 128 -
CMYK 0.40 0 0.39 0.18
HSL 120.72º 0.48% 0.66% -
HSV(B) 120.72º 0.4% 0.82% -
XYZ 35.7 52.16 28.61 -
YUV 175.84 101 93.17 -
System Red Green Blue C M Y K H S L
Decimal 127 210 128 0.40 0 0.39 0.18 120.72 0.48 0.66
Hex 7F D2 80 28 0 27 12 79 30 42
Octal 177 322 200 50 0 47 22 171 60 102
Binary 1111111 11010010 10000000 101000 0 100111 10010 1111001 110000 1000010

Color Harmonies of #7FD280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD280

Black with #7FD280

Text Example


Text Example

White with #7FD280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FD280; }

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

 H1.HeaderClassName
 {
   color: #7FD280;
 }
 .AnyTagClassName
 {
   color: #7FD280;
 }
</style>

background-color css

<style>
 a { background-color: #7FD280; }

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

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

border-color css

<style>
 span { border-color: #7FD280; }

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

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