Html Css Color HEX #7FD28E De York

📋 copy color: '#7FD28E'

red 127 ◦ green 210 ◦ blue 142

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

Shades of De York #7FD28E

Tints of De York #7FD28E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.65%

R = 26.51%
G = 43.84%
B = 29.65%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#7FD28E (or 0x7FD28E) is known color: De York. HEX triplet: 7F, D2 and 8E. RGB value is (127,210,142). Sum of RGB (Red+Green+Blue) = 127+210+142=479 (63% of max value = 765). Red value is 127 (50% from 255 or 26.51% from 479); Green value is 210 (82.42% from 255 or 43.84% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 210 - color contains mainly: green. Hex color #7FD28E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD28E is #802D71. Grayscale: #B1B1B1. Windows color (decimal): -8400242 or 9359999. OLE color: 9359999.

HSL color Cylindrical-coordinate representation of color #7FD28E: hue angle of 130.84º 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 #7FD28E is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 127 210 142 -
CMYK 0.40 0 0.32 0.18
HSL 130.84º 0.48% 0.66% -
HSV(B) 130.84º 0.4% 0.82% -
XYZ 36.68 52.56 33.8 -
YUV 177.43 108 92.03 -
System Red Green Blue C M Y K H S L
Decimal 127 210 142 0.40 0 0.32 0.18 130.84 0.48 0.66
Hex 7F D2 8E 28 0 20 12 83 30 42
Octal 177 322 216 50 0 40 22 203 60 102
Binary 1111111 11010010 10001110 101000 0 100000 10010 10000011 110000 1000010

Color Harmonies of #7FD28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD28E

Black with #7FD28E

Text Example


Text Example

White with #7FD28E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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