Html Css Color HEX #7DD88E De York

📋 copy color: '#7DD88E'

red 125 ◦ green 216 ◦ blue 142

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

Shades of De York #7DD88E

Tints of De York #7DD88E

RGB

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

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

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

R = 25.88%
G = 44.72%
B = 29.4%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#7DD88E (or 0x7DD88E) is known color: De York. HEX triplet: 7D, D8 and 8E. RGB value is (125,216,142). Sum of RGB (Red+Green+Blue) = 125+216+142=483 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.88% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 216 - color contains mainly: green. Hex color #7DD88E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD88E is #822771. Grayscale: #B4B4B4. Windows color (decimal): -8529778 or 9361533. OLE color: 9361533.

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

Color convert

RGB 125 216 142 -
CMYK 0.42 0 0.34 0.15
HSL 131.21º 0.54% 0.67% -
HSV(B) 131.21º 0.42% 0.85% -
XYZ 37.9 55.42 34.29 -
YUV 180.36 106.35 88.52 -
System Red Green Blue C M Y K H S L
Decimal 125 216 142 0.42 0 0.34 0.15 131.21 0.54 0.67
Hex 7D D8 8E 2A 0 22 F 83 36 43
Octal 175 330 216 52 0 42 17 203 66 103
Binary 1111101 11011000 10001110 101010 0 100010 1111 10000011 110110 1000011

Color Harmonies of #7DD88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD88E

Black with #7DD88E

Text Example


Text Example

White with #7DD88E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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