Html Css Color HEX #7DD596 De York

📋 copy color: '#7DD596'

red 125 ◦ green 213 ◦ blue 150

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

Shades of De York #7DD596

Tints of De York #7DD596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.74%

R = 25.61%
G = 43.65%
B = 30.74%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#7DD596 (or 0x7DD596) is known color: De York. HEX triplet: 7D, D5 and 96. RGB value is (125,213,150). Sum of RGB (Red+Green+Blue) = 125+213+150=488 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.61% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 150 (58.98% from 255 or 30.74% from 488); Max value from RGB is 213 - color contains mainly: green. Hex color #7DD596 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD596 is #822A69. Grayscale: #B3B3B3. Windows color (decimal): -8530538 or 9885053. OLE color: 9885053.

HSL color Cylindrical-coordinate representation of color #7DD596: hue angle of 137.05º 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 #7DD596 is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 125 213 150 -
CMYK 0.41 0 0.30 0.16
HSL 137.05º 0.51% 0.66% -
HSV(B) 137.05º 0.41% 0.84% -
XYZ 37.76 54.15 37.32 -
YUV 179.51 111.35 89.12 -
System Red Green Blue C M Y K H S L
Decimal 125 213 150 0.41 0 0.30 0.16 137.05 0.51 0.66
Hex 7D D5 96 29 0 1E 10 89 33 42
Octal 175 325 226 51 0 36 20 211 63 102
Binary 1111101 11010101 10010110 101001 0 11110 10000 10001001 110011 1000010

Color Harmonies of #7DD596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD596

Black with #7DD596

Text Example


Text Example

White with #7DD596

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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