Html Css Color HEX #7DC372 De York

📋 copy color: '#7DC372'

red 125 ◦ green 195 ◦ blue 114

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

Shades of De York #7DC372

Tints of De York #7DC372

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.93%

 BLUE value IS 114 (44.92% from 255) = 26.27%

R = 28.8%
G = 44.93%
B = 26.27%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#7DC372 (or 0x7DC372) is known color: De York. HEX triplet: 7D, C3 and 72. RGB value is (125,195,114). Sum of RGB (Red+Green+Blue) = 125+195+114=434 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.80% from 434); Green value is 195 (76.56% from 255 or 44.93% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC372 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC372 is #823C8D. Grayscale: #A5A5A5. Windows color (decimal): -8535182 or 7521149. OLE color: 7521149.

HSL color Cylindrical-coordinate representation of color #7DC372: hue angle of 111.85º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DC372 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 125 195 114 -
CMYK 0.36 0 0.42 0.24
HSL 111.85º 0.4% 0.61% -
HSV(B) 111.85º 0.42% 0.76% -
XYZ 31.01 44.61 22.89 -
YUV 164.84 99.31 99.59 -
System Red Green Blue C M Y K H S L
Decimal 125 195 114 0.36 0 0.42 0.24 111.85 0.4 0.61
Hex 7D C3 72 24 0 2A 18 70 28 3D
Octal 175 303 162 44 0 52 30 160 50 75
Binary 1111101 11000011 1110010 100100 0 101010 11000 1110000 101000 111101

Color Harmonies of #7DC372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC372

Black with #7DC372

Text Example


Text Example

White with #7DC372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,195,114); }

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

background-color css

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

 a { background-color: rgb(125,195,114); }

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

border-color css

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

 span { border-color: rgb(125,195,114); }

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