Html Css Color HEX #7FD48C De York

📋 copy color: '#7FD48C'

red 127 ◦ green 212 ◦ blue 140

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

Shades of De York #7FD48C

Tints of De York #7FD48C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.23%

R = 26.51%
G = 44.26%
B = 29.23%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#7FD48C (or 0x7FD48C) is known color: De York. HEX triplet: 7F, D4 and 8C. RGB value is (127,212,140). Sum of RGB (Red+Green+Blue) = 127+212+140=479 (63% of max value = 765). Red value is 127 (50% from 255 or 26.51% from 479); Green value is 212 (83.20% from 255 or 44.26% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 212 - color contains mainly: green. Hex color #7FD48C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD48C is #802B73. Grayscale: #B2B2B2. Windows color (decimal): -8399732 or 9229439. OLE color: 9229439.

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

Color convert

RGB 127 212 140 -
CMYK 0.40 0 0.34 0.17
HSL 129.18º 0.5% 0.66% -
HSV(B) 129.18º 0.4% 0.83% -
XYZ 37.03 53.49 33.18 -
YUV 178.38 106.34 91.35 -
System Red Green Blue C M Y K H S L
Decimal 127 212 140 0.40 0 0.34 0.17 129.18 0.5 0.66
Hex 7F D4 8C 28 0 22 11 81 32 42
Octal 177 324 214 50 0 42 21 201 62 102
Binary 1111111 11010100 10001100 101000 0 100010 10001 10000001 110010 1000010

Color Harmonies of #7FD48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD48C

Black with #7FD48C

Text Example


Text Example

White with #7FD48C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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