Html Css Color HEX #7DC374 De York

📋 copy color: '#7DC374'

red 125 ◦ green 195 ◦ blue 116

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

Shades of De York #7DC374

Tints of De York #7DC374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.61%

R = 28.67%
G = 44.72%
B = 26.61%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#7DC374 (or 0x7DC374) is known color: De York. HEX triplet: 7D, C3 and 74. RGB value is (125,195,116). Sum of RGB (Red+Green+Blue) = 125+195+116=436 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.67% from 436); Green value is 195 (76.56% from 255 or 44.72% from 436); Blue value is 116 (45.70% from 255 or 26.61% from 436); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC374 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC374 is #823C8B. Grayscale: #A5A5A5. Windows color (decimal): -8535180 or 7652221. OLE color: 7652221.

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

Color convert

RGB 125 195 116 -
CMYK 0.36 0 0.41 0.24
HSL 113.16º 0.4% 0.61% -
HSV(B) 113.16º 0.41% 0.76% -
XYZ 31.12 44.65 23.5 -
YUV 165.06 100.31 99.42 -
System Red Green Blue C M Y K H S L
Decimal 125 195 116 0.36 0 0.41 0.24 113.16 0.4 0.61
Hex 7D C3 74 24 0 29 18 71 28 3D
Octal 175 303 164 44 0 51 30 161 50 75
Binary 1111101 11000011 1110100 100100 0 101001 11000 1110001 101000 111101

Color Harmonies of #7DC374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC374

Black with #7DC374

Text Example


Text Example

White with #7DC374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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