Html Css Color HEX #7DC472 De York

📋 copy color: '#7DC472'

red 125 ◦ green 196 ◦ blue 114

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

Shades of De York #7DC472

Tints of De York #7DC472

RGB

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

 GREEN value IS 196 (76.95% from 255) = 45.06%

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

R = 28.74%
G = 45.06%
B = 26.21%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#7DC472 (or 0x7DC472) is known color: De York. HEX triplet: 7D, C4 and 72. RGB value is (125,196,114). Sum of RGB (Red+Green+Blue) = 125+196+114=435 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.74% from 435); Green value is 196 (76.95% from 255 or 45.06% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 196 - color contains mainly: green. Hex color #7DC472 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC472 is #823B8D. Grayscale: #A5A5A5. Windows color (decimal): -8534926 or 7521405. OLE color: 7521405.

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

Color convert

RGB 125 196 114 -
CMYK 0.36 0 0.42 0.23
HSL 111.95º 0.41% 0.61% -
HSV(B) 111.95º 0.42% 0.77% -
XYZ 31.23 45.05 22.97 -
YUV 165.42 98.98 99.17 -
System Red Green Blue C M Y K H S L
Decimal 125 196 114 0.36 0 0.42 0.23 111.95 0.41 0.61
Hex 7D C4 72 24 0 2A 17 70 29 3D
Octal 175 304 162 44 0 52 27 160 51 75
Binary 1111101 11000100 1110010 100100 0 101010 10111 1110000 101001 111101

Color Harmonies of #7DC472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC472

Black with #7DC472

Text Example


Text Example

White with #7DC472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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