Html Css Color HEX #7FD48D De York

📋 copy color: '#7FD48D'

red 127 ◦ green 212 ◦ blue 141

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

Shades of De York #7FD48D

Tints of De York #7FD48D

RGB

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

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

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

R = 26.46%
G = 44.17%
B = 29.38%

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

#7FD48D (or 0x7FD48D) is known color: De York. HEX triplet: 7F, D4 and 8D. RGB value is (127,212,141). Sum of RGB (Red+Green+Blue) = 127+212+141=480 (63% of max value = 765). Red value is 127 (50% from 255 or 26.46% from 480); Green value is 212 (83.20% from 255 or 44.17% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 212 - color contains mainly: green. Hex color #7FD48D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD48D is #802B72. Grayscale: #B2B2B2. Windows color (decimal): -8399731 or 9294975. OLE color: 9294975.

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

Color convert

RGB 127 212 141 -
CMYK 0.40 0 0.33 0.17
HSL 129.88º 0.5% 0.66% -
HSV(B) 129.88º 0.4% 0.83% -
XYZ 37.1 53.52 33.57 -
YUV 178.49 106.84 91.27 -
System Red Green Blue C M Y K H S L
Decimal 127 212 141 0.40 0 0.33 0.17 129.88 0.5 0.66
Hex 7F D4 8D 28 0 21 11 82 32 42
Octal 177 324 215 50 0 41 21 202 62 102
Binary 1111111 11010100 10001101 101000 0 100001 10001 10000010 110010 1000010

Color Harmonies of #7FD48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD48D

Black with #7FD48D

Text Example


Text Example

White with #7FD48D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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