Html Css Color HEX #7DC275 De York

📋 copy color: '#7DC275'

red 125 ◦ green 194 ◦ blue 117

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

Shades of De York #7DC275

Tints of De York #7DC275

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.5%

 BLUE value IS 117 (46.09% from 255) = 26.83%

R = 28.67%
G = 44.5%
B = 26.83%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#7DC275 (or 0x7DC275) is known color: De York. HEX triplet: 7D, C2 and 75. RGB value is (125,194,117). Sum of RGB (Red+Green+Blue) = 125+194+117=436 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.67% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 194 - color contains mainly: green. Hex color #7DC275 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC275 is #823D8A. Grayscale: #A4A4A4. Windows color (decimal): -8535435 or 7717501. OLE color: 7717501.

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

Color convert

RGB 125 194 117 -
CMYK 0.36 0 0.40 0.24
HSL 113.77º 0.39% 0.61% -
HSV(B) 113.77º 0.4% 0.76% -
XYZ 30.96 44.23 23.73 -
YUV 164.59 101.14 99.76 -
System Red Green Blue C M Y K H S L
Decimal 125 194 117 0.36 0 0.40 0.24 113.77 0.39 0.61
Hex 7D C2 75 24 0 28 18 72 27 3D
Octal 175 302 165 44 0 50 30 162 47 75
Binary 1111101 11000010 1110101 100100 0 101000 11000 1110010 100111 111101

Color Harmonies of #7DC275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC275

Black with #7DC275

Text Example


Text Example

White with #7DC275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,194,117); }

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

background-color css

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

 a { background-color: rgb(125,194,117); }

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

border-color css

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

 span { border-color: rgb(125,194,117); }

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