Html Css Color HEX #75C17C De York

📋 copy color: '#75C17C'

red 117 ◦ green 193 ◦ blue 124

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

Shades of De York #75C17C

Tints of De York #75C17C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.47%

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

R = 26.96%
G = 44.47%
B = 28.57%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#75C17C (or 0x75C17C) is known color: De York. HEX triplet: 75, C1 and 7C. RGB value is (117,193,124). Sum of RGB (Red+Green+Blue) = 117+193+124=434 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.96% from 434); Green value is 193 (75.78% from 255 or 44.47% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 193 - color contains mainly: green. Hex color #75C17C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C17C is #8A3E83. Grayscale: #A2A2A2. Windows color (decimal): -9059972 or 8175989. OLE color: 8175989.

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

Color convert

RGB 117 193 124 -
CMYK 0.39 0 0.36 0.24
HSL 125.53º 0.38% 0.61% -
HSV(B) 125.53º 0.39% 0.76% -
XYZ 30.04 43.38 25.86 -
YUV 162.41 106.32 95.61 -
System Red Green Blue C M Y K H S L
Decimal 117 193 124 0.39 0 0.36 0.24 125.53 0.38 0.61
Hex 75 C1 7C 27 0 24 18 7E 26 3D
Octal 165 301 174 47 0 44 30 176 46 75
Binary 1110101 11000001 1111100 100111 0 100100 11000 1111110 100110 111101

Color Harmonies of #75C17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C17C

Black with #75C17C

Text Example


Text Example

White with #75C17C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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