Html Css Color HEX #7FD48F De York

📋 copy color: '#7FD48F'

red 127 ◦ green 212 ◦ blue 143

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

Shades of De York #7FD48F

Tints of De York #7FD48F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.67%

R = 26.35%
G = 43.98%
B = 29.67%

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

#7FD48F (or 0x7FD48F) is known color: De York. HEX triplet: 7F, D4 and 8F. RGB value is (127,212,143). Sum of RGB (Red+Green+Blue) = 127+212+143=482 (63% of max value = 765). Red value is 127 (50% from 255 or 26.35% from 482); Green value is 212 (83.20% from 255 or 43.98% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 212 - color contains mainly: green. Hex color #7FD48F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD48F is #802B70. Grayscale: #B2B2B2. Windows color (decimal): -8399729 or 9426047. OLE color: 9426047.

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

Color convert

RGB 127 212 143 -
CMYK 0.40 0 0.33 0.17
HSL 131.29º 0.5% 0.66% -
HSV(B) 131.29º 0.4% 0.83% -
XYZ 37.25 53.58 34.37 -
YUV 178.72 107.84 91.11 -
System Red Green Blue C M Y K H S L
Decimal 127 212 143 0.40 0 0.33 0.17 131.29 0.5 0.66
Hex 7F D4 8F 28 0 21 11 83 32 42
Octal 177 324 217 50 0 41 21 203 62 102
Binary 1111111 11010100 10001111 101000 0 100001 10001 10000011 110010 1000010

Color Harmonies of #7FD48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD48F

Black with #7FD48F

Text Example


Text Example

White with #7FD48F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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