Html Css Color HEX #7DD58E De York

📋 copy color: '#7DD58E'

red 125 ◦ green 213 ◦ blue 142

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

Shades of De York #7DD58E

Tints of De York #7DD58E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.38%

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

R = 26.04%
G = 44.38%
B = 29.58%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#7DD58E (or 0x7DD58E) is known color: De York. HEX triplet: 7D, D5 and 8E. RGB value is (125,213,142). Sum of RGB (Red+Green+Blue) = 125+213+142=480 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.04% from 480); Green value is 213 (83.59% from 255 or 44.38% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 213 - color contains mainly: green. Hex color #7DD58E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD58E is #822A71. Grayscale: #B2B2B2. Windows color (decimal): -8530546 or 9360765. OLE color: 9360765.

HSL color Cylindrical-coordinate representation of color #7DD58E: hue angle of 131.59º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DD58E is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 125 213 142 -
CMYK 0.41 0 0.33 0.16
HSL 131.59º 0.51% 0.66% -
HSV(B) 131.59º 0.41% 0.84% -
XYZ 37.13 53.9 34.04 -
YUV 178.59 107.35 89.77 -
System Red Green Blue C M Y K H S L
Decimal 125 213 142 0.41 0 0.33 0.16 131.59 0.51 0.66
Hex 7D D5 8E 29 0 21 10 84 33 42
Octal 175 325 216 51 0 41 20 204 63 102
Binary 1111101 11010101 10001110 101001 0 100001 10000 10000100 110011 1000010

Color Harmonies of #7DD58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD58E

Black with #7DD58E

Text Example


Text Example

White with #7DD58E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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