Html Css Color HEX #75C57C De York

📋 copy color: '#75C57C'

red 117 ◦ green 197 ◦ blue 124

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

Shades of De York #75C57C

Tints of De York #75C57C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.31%

R = 26.71%
G = 44.98%
B = 28.31%

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

#75C57C (or 0x75C57C) is known color: De York. HEX triplet: 75, C5 and 7C. RGB value is (117,197,124). Sum of RGB (Red+Green+Blue) = 117+197+124=438 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.71% from 438); Green value is 197 (77.34% from 255 or 44.98% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 197 - color contains mainly: green. Hex color #75C57C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C57C is #8A3A83. Grayscale: #A4A4A4. Windows color (decimal): -9058948 or 8177013. OLE color: 8177013.

HSL color Cylindrical-coordinate representation of color #75C57C: hue angle of 125.25º 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 #75C57C is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB 117 197 124 -
CMYK 0.41 0 0.37 0.23
HSL 125.25º 0.41% 0.62% -
HSV(B) 125.25º 0.41% 0.77% -
XYZ 30.94 45.17 26.16 -
YUV 164.76 105 93.94 -
System Red Green Blue C M Y K H S L
Decimal 117 197 124 0.41 0 0.37 0.23 125.25 0.41 0.62
Hex 75 C5 7C 29 0 25 17 7D 29 3E
Octal 165 305 174 51 0 45 27 175 51 76
Binary 1110101 11000101 1111100 101001 0 100101 10111 1111101 101001 111110

Color Harmonies of #75C57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C57C

Black with #75C57C

Text Example


Text Example

White with #75C57C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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