Html Css Color HEX #7FD48E De York

📋 copy color: '#7FD48E'

red 127 ◦ green 212 ◦ blue 142

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

Shades of De York #7FD48E

Tints of De York #7FD48E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.07%

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

R = 26.4%
G = 44.07%
B = 29.52%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#7FD48E (or 0x7FD48E) is known color: De York. HEX triplet: 7F, D4 and 8E. RGB value is (127,212,142). Sum of RGB (Red+Green+Blue) = 127+212+142=481 (63% of max value = 765). Red value is 127 (50% from 255 or 26.40% from 481); Green value is 212 (83.20% from 255 or 44.07% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 212 - color contains mainly: green. Hex color #7FD48E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD48E is #802B71. Grayscale: #B2B2B2. Windows color (decimal): -8399730 or 9360511. OLE color: 9360511.

HSL color Cylindrical-coordinate representation of color #7FD48E: hue angle of 130.59º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FD48E is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 127 212 142 -
CMYK 0.40 0 0.33 0.17
HSL 130.59º 0.5% 0.66% -
HSV(B) 130.59º 0.4% 0.83% -
XYZ 37.18 53.55 33.97 -
YUV 178.61 107.34 91.19 -
System Red Green Blue C M Y K H S L
Decimal 127 212 142 0.40 0 0.33 0.17 130.59 0.5 0.66
Hex 7F D4 8E 28 0 21 11 83 32 42
Octal 177 324 216 50 0 41 21 203 62 102
Binary 1111111 11010100 10001110 101000 0 100001 10001 10000011 110010 1000010

Color Harmonies of #7FD48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD48E

Black with #7FD48E

Text Example


Text Example

White with #7FD48E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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