Html Css Color HEX #7DD082 De York

📋 copy color: '#7DD082'

red 125 ◦ green 208 ◦ blue 130

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

Shades of De York #7DD082

Tints of De York #7DD082

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.92%

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

R = 27%
G = 44.92%
B = 28.08%

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

#7DD082 (or 0x7DD082) is known color: De York. HEX triplet: 7D, D0 and 82. RGB value is (125,208,130). Sum of RGB (Red+Green+Blue) = 125+208+130=463 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.00% from 463); Green value is 208 (81.64% from 255 or 44.92% from 463); Blue value is 130 (51.17% from 255 or 28.08% from 463); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD082 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD082 is #822F7D. Grayscale: #AEAEAE. Windows color (decimal): -8531838 or 8573053. OLE color: 8573053.

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

Color convert

RGB 125 208 130 -
CMYK 0.40 0 0.38 0.18
HSL 123.61º 0.47% 0.65% -
HSV(B) 123.61º 0.4% 0.82% -
XYZ 35.04 51.08 29.13 -
YUV 174.29 103 92.84 -
System Red Green Blue C M Y K H S L
Decimal 125 208 130 0.40 0 0.38 0.18 123.61 0.47 0.65
Hex 7D D0 82 28 0 26 12 7C 2F 41
Octal 175 320 202 50 0 46 22 174 57 101
Binary 1111101 11010000 10000010 101000 0 100110 10010 1111100 101111 1000001

Color Harmonies of #7DD082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD082

Black with #7DD082

Text Example


Text Example

White with #7DD082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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