Html Css Color HEX #7DC182 De York

📋 copy color: '#7DC182'

red 125 ◦ green 193 ◦ blue 130

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

Shades of De York #7DC182

Tints of De York #7DC182

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.08%

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

R = 27.9%
G = 43.08%
B = 29.02%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#7DC182 (or 0x7DC182) is known color: De York. HEX triplet: 7D, C1 and 82. RGB value is (125,193,130). Sum of RGB (Red+Green+Blue) = 125+193+130=448 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.90% from 448); Green value is 193 (75.78% from 255 or 43.08% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC182 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC182 is #823E7D. Grayscale: #A5A5A5. Windows color (decimal): -8535678 or 8569213. OLE color: 8569213.

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

Color convert

RGB 125 193 130 -
CMYK 0.35 0 0.33 0.24
HSL 124.41º 0.35% 0.62% -
HSV(B) 124.41º 0.35% 0.76% -
XYZ 31.56 44.11 27.97 -
YUV 165.49 107.97 99.12 -
System Red Green Blue C M Y K H S L
Decimal 125 193 130 0.35 0 0.33 0.24 124.41 0.35 0.62
Hex 7D C1 82 23 0 21 18 7C 23 3E
Octal 175 301 202 43 0 41 30 174 43 76
Binary 1111101 11000001 10000010 100011 0 100001 11000 1111100 100011 111110

Color Harmonies of #7DC182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC182

Black with #7DC182

Text Example


Text Example

White with #7DC182

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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