Html Css Color HEX #7DD282 De York

📋 copy color: '#7DD282'

red 125 ◦ green 210 ◦ blue 130

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

Shades of De York #7DD282

Tints of De York #7DD282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.96%

R = 26.88%
G = 45.16%
B = 27.96%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#7DD282 (or 0x7DD282) is known color: De York. HEX triplet: 7D, D2 and 82. RGB value is (125,210,130). Sum of RGB (Red+Green+Blue) = 125+210+130=465 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.88% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 210 - color contains mainly: green. Hex color #7DD282 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD282 is #822D7D. Grayscale: #AFAFAF. Windows color (decimal): -8531326 or 8573565. OLE color: 8573565.

HSL color Cylindrical-coordinate representation of color #7DD282: hue angle of 123.53º 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 #7DD282 is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 125 210 130 -
CMYK 0.40 0 0.38 0.18
HSL 123.53º 0.49% 0.66% -
HSV(B) 123.53º 0.4% 0.82% -
XYZ 35.53 52.06 29.3 -
YUV 175.47 102.34 92 -
System Red Green Blue C M Y K H S L
Decimal 125 210 130 0.40 0 0.38 0.18 123.53 0.49 0.66
Hex 7D D2 82 28 0 26 12 7C 31 42
Octal 175 322 202 50 0 46 22 174 61 102
Binary 1111101 11010010 10000010 101000 0 100110 10010 1111100 110001 1000010

Color Harmonies of #7DD282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD282

Black with #7DD282

Text Example


Text Example

White with #7DD282

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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