Html Css Color HEX #7DC082 De York

📋 copy color: '#7DC082'

red 125 ◦ green 192 ◦ blue 130

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

Shades of De York #7DC082

Tints of De York #7DC082

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.95%

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

R = 27.96%
G = 42.95%
B = 29.08%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#7DC082 (or 0x7DC082) is known color: De York. HEX triplet: 7D, C0 and 82. RGB value is (125,192,130). Sum of RGB (Red+Green+Blue) = 125+192+130=447 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.96% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC082 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC082 is #823F7D. Grayscale: #A5A5A5. Windows color (decimal): -8535934 or 8568957. OLE color: 8568957.

HSL color Cylindrical-coordinate representation of color #7DC082: hue angle of 124.48º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DC082 is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 192 130 -
CMYK 0.35 0 0.32 0.25
HSL 124.48º 0.35% 0.62% -
HSV(B) 124.48º 0.35% 0.75% -
XYZ 31.34 43.67 27.9 -
YUV 164.9 108.3 99.54 -
System Red Green Blue C M Y K H S L
Decimal 125 192 130 0.35 0 0.32 0.25 124.48 0.35 0.62
Hex 7D C0 82 23 0 20 19 7C 23 3E
Octal 175 300 202 43 0 40 31 174 43 76
Binary 1111101 11000000 10000010 100011 0 100000 11001 1111100 100011 111110

Color Harmonies of #7DC082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC082

Black with #7DC082

Text Example


Text Example

White with #7DC082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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