Html Css Color HEX #7FD28D De York

📋 copy color: '#7FD28D'

red 127 ◦ green 210 ◦ blue 141

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

Shades of De York #7FD28D

Tints of De York #7FD28D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.5%

R = 26.57%
G = 43.93%
B = 29.5%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#7FD28D (or 0x7FD28D) is known color: De York. HEX triplet: 7F, D2 and 8D. RGB value is (127,210,141). Sum of RGB (Red+Green+Blue) = 127+210+141=478 (63% of max value = 765). Red value is 127 (50% from 255 or 26.57% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 210 - color contains mainly: green. Hex color #7FD28D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD28D is #802D72. Grayscale: #B1B1B1. Windows color (decimal): -8400243 or 9294463. OLE color: 9294463.

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

Color convert

RGB 127 210 141 -
CMYK 0.40 0 0.33 0.18
HSL 130.12º 0.48% 0.66% -
HSV(B) 130.12º 0.4% 0.82% -
XYZ 36.61 52.53 33.41 -
YUV 177.32 107.5 92.11 -
System Red Green Blue C M Y K H S L
Decimal 127 210 141 0.40 0 0.33 0.18 130.12 0.48 0.66
Hex 7F D2 8D 28 0 21 12 82 30 42
Octal 177 322 215 50 0 41 22 202 60 102
Binary 1111111 11010010 10001101 101000 0 100001 10010 10000010 110000 1000010

Color Harmonies of #7FD28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD28D

Black with #7FD28D

Text Example


Text Example

White with #7FD28D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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