Html Css Color HEX #7DD896 De York

📋 copy color: '#7DD896'

red 125 ◦ green 216 ◦ blue 150

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

Shades of De York #7DD896

Tints of De York #7DD896

RGB

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

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

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

R = 25.46%
G = 43.99%
B = 30.55%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#7DD896 (or 0x7DD896) is known color: De York. HEX triplet: 7D, D8 and 96. RGB value is (125,216,150). Sum of RGB (Red+Green+Blue) = 125+216+150=491 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.46% from 491); Green value is 216 (84.77% from 255 or 43.99% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 216 - color contains mainly: green. Hex color #7DD896 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD896 is #822769. Grayscale: #B5B5B5. Windows color (decimal): -8529770 or 9885821. OLE color: 9885821.

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

Color convert

RGB 125 216 150 -
CMYK 0.42 0 0.31 0.15
HSL 136.48º 0.54% 0.67% -
HSV(B) 136.48º 0.42% 0.85% -
XYZ 38.52 55.67 37.57 -
YUV 181.27 110.35 87.87 -
System Red Green Blue C M Y K H S L
Decimal 125 216 150 0.42 0 0.31 0.15 136.48 0.54 0.67
Hex 7D D8 96 2A 0 1F F 88 36 43
Octal 175 330 226 52 0 37 17 210 66 103
Binary 1111101 11011000 10010110 101010 0 11111 1111 10001000 110110 1000011

Color Harmonies of #7DD896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD896

Black with #7DD896

Text Example


Text Example

White with #7DD896

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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