Html Css Color HEX #75C57D De York

📋 copy color: '#75C57D'

red 117 ◦ green 197 ◦ blue 125

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

Shades of De York #75C57D

Tints of De York #75C57D

RGB

 RED value IS 117 (46.09% from 255) = 26.65%

 GREEN value IS 197 (77.34% from 255) = 44.87%

 BLUE value IS 125 (49.22% from 255) = 28.47%

R = 26.65%
G = 44.87%
B = 28.47%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#75C57D (or 0x75C57D) is known color: De York. HEX triplet: 75, C5 and 7D. RGB value is (117,197,125). Sum of RGB (Red+Green+Blue) = 117+197+125=439 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.65% from 439); Green value is 197 (77.34% from 255 or 44.87% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 197 - color contains mainly: green. Hex color #75C57D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C57D is #8A3A82. Grayscale: #A5A5A5. Windows color (decimal): -9058947 or 8242549. OLE color: 8242549.

HSL color Cylindrical-coordinate representation of color #75C57D: hue angle of 126º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75C57D is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB 117 197 125 -
CMYK 0.41 0 0.37 0.23
HSL 126º 0.41% 0.62% -
HSV(B) 126º 0.41% 0.77% -
XYZ 31 45.2 26.49 -
YUV 164.87 105.5 93.85 -
System Red Green Blue C M Y K H S L
Decimal 117 197 125 0.41 0 0.37 0.23 126 0.41 0.62
Hex 75 C5 7D 29 0 25 17 7E 29 3E
Octal 165 305 175 51 0 45 27 176 51 76
Binary 1110101 11000101 1111101 101001 0 100101 10111 1111110 101001 111110

Color Harmonies of #75C57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C57D

Black with #75C57D

Text Example


Text Example

White with #75C57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75C57D; }

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

 H1.HeaderClassName
 {
   color: #75C57D;
 }
 .AnyTagClassName
 {
   color: #75C57D;
 }
</style>

background-color css

<style>
 a { background-color: #75C57D; }

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

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

border-color css

<style>
 span { border-color: #75C57D; }

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

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