Html Css Color HEX #7DD893 De York

📋 copy color: '#7DD893'

red 125 ◦ green 216 ◦ blue 147

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

Shades of De York #7DD893

Tints of De York #7DD893

RGB

 RED value IS 125 (49.22% from 255) = 25.61%

 GREEN value IS 216 (84.77% from 255) = 44.26%

 BLUE value IS 147 (57.81% from 255) = 30.12%

R = 25.61%
G = 44.26%
B = 30.12%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#7DD893 (or 0x7DD893) is known color: De York. HEX triplet: 7D, D8 and 93. RGB value is (125,216,147). Sum of RGB (Red+Green+Blue) = 125+216+147=488 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.61% from 488); Green value is 216 (84.77% from 255 or 44.26% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 216 - color contains mainly: green. Hex color #7DD893 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD893 is #82276C. Grayscale: #B5B5B5. Windows color (decimal): -8529773 or 9689213. OLE color: 9689213.

HSL color Cylindrical-coordinate representation of color #7DD893: hue angle of 134.51º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD893 is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 125 216 147 -
CMYK 0.42 0 0.32 0.15
HSL 134.51º 0.54% 0.67% -
HSV(B) 134.51º 0.42% 0.85% -
XYZ 38.28 55.58 36.31 -
YUV 180.93 108.85 88.11 -
System Red Green Blue C M Y K H S L
Decimal 125 216 147 0.42 0 0.32 0.15 134.51 0.54 0.67
Hex 7D D8 93 2A 0 20 F 87 36 43
Octal 175 330 223 52 0 40 17 207 66 103
Binary 1111101 11011000 10010011 101010 0 100000 1111 10000111 110110 1000011

Color Harmonies of #7DD893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD893

Black with #7DD893

Text Example


Text Example

White with #7DD893

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,216,147); }

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

background-color css

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

 a { background-color: rgb(125,216,147); }

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

border-color css

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

 span { border-color: rgb(125,216,147); }

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