Html Css Color HEX #7DD287 De York

📋 copy color: '#7DD287'

red 125 ◦ green 210 ◦ blue 135

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

Shades of De York #7DD287

Tints of De York #7DD287

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.68%

 BLUE value IS 135 (53.13% from 255) = 28.72%

R = 26.6%
G = 44.68%
B = 28.72%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#7DD287 (or 0x7DD287) is known color: De York. HEX triplet: 7D, D2 and 87. RGB value is (125,210,135). Sum of RGB (Red+Green+Blue) = 125+210+135=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 135 (53.12% from 255 or 28.72% from 470); Max value from RGB is 210 - color contains mainly: green. Hex color #7DD287 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD287 is #822D78. Grayscale: #B0B0B0. Windows color (decimal): -8531321 or 8901245. OLE color: 8901245.

HSL color Cylindrical-coordinate representation of color #7DD287: hue angle of 127.06º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DD287 is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 125 210 135 -
CMYK 0.40 0 0.36 0.18
HSL 127.06º 0.49% 0.66% -
HSV(B) 127.06º 0.4% 0.82% -
XYZ 35.88 52.2 31.11 -
YUV 176.04 104.84 91.6 -
System Red Green Blue C M Y K H S L
Decimal 125 210 135 0.40 0 0.36 0.18 127.06 0.49 0.66
Hex 7D D2 87 28 0 24 12 7F 31 42
Octal 175 322 207 50 0 44 22 177 61 102
Binary 1111101 11010010 10000111 101000 0 100100 10010 1111111 110001 1000010

Color Harmonies of #7DD287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD287

Black with #7DD287

Text Example


Text Example

White with #7DD287

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,210,135); }

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

background-color css

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

 a { background-color: rgb(125,210,135); }

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

border-color css

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

 span { border-color: rgb(125,210,135); }

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