Html Css Color HEX #7DC375 De York

📋 copy color: '#7DC375'

red 125 ◦ green 195 ◦ blue 117

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

Shades of De York #7DC375

Tints of De York #7DC375

RGB

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

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

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

R = 28.6%
G = 44.62%
B = 26.77%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#7DC375 (or 0x7DC375) is known color: De York. HEX triplet: 7D, C3 and 75. RGB value is (125,195,117). Sum of RGB (Red+Green+Blue) = 125+195+117=437 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.60% from 437); Green value is 195 (76.56% from 255 or 44.62% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC375 is #823C8A. Grayscale: #A5A5A5. Windows color (decimal): -8535179 or 7717757. OLE color: 7717757.

HSL color Cylindrical-coordinate representation of color #7DC375: hue angle of 113.85º 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 #7DC375 is Cyan = 0.36, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.

Color convert

RGB 125 195 117 -
CMYK 0.36 0 0.4 0.24
HSL 113.85º 0.39% 0.61% -
HSV(B) 113.85º 0.4% 0.76% -
XYZ 31.18 44.67 23.81 -
YUV 165.18 100.81 99.34 -
System Red Green Blue C M Y K H S L
Decimal 125 195 117 0.36 0 0.4 0.24 113.85 0.39 0.61
Hex 7D C3 75 24 0 28 18 72 27 3D
Octal 175 303 165 44 0 50 30 162 47 75
Binary 1111101 11000011 1110101 100100 0 101000 11000 1110010 100111 111101

Color Harmonies of #7DC375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC375

Black with #7DC375

Text Example


Text Example

White with #7DC375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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