Html Css Color HEX #75C97C De York

📋 copy color: '#75C97C'

red 117 ◦ green 201 ◦ blue 124

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

Shades of De York #75C97C

Tints of De York #75C97C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.48%

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

R = 26.47%
G = 45.48%
B = 28.05%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#75C97C (or 0x75C97C) is known color: De York. HEX triplet: 75, C9 and 7C. RGB value is (117,201,124). Sum of RGB (Red+Green+Blue) = 117+201+124=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 201 (78.91% from 255 or 45.48% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 201 - color contains mainly: green. Hex color #75C97C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C97C is #8A3683. Grayscale: #A7A7A7. Windows color (decimal): -9057924 or 8178037. OLE color: 8178037.

HSL color Cylindrical-coordinate representation of color #75C97C: hue angle of 125º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75C97C is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 117 201 124 -
CMYK 0.42 0 0.38 0.21
HSL 125º 0.44% 0.62% -
HSV(B) 125º 0.42% 0.79% -
XYZ 31.86 47.01 26.46 -
YUV 167.11 103.67 92.26 -
System Red Green Blue C M Y K H S L
Decimal 117 201 124 0.42 0 0.38 0.21 125 0.44 0.62
Hex 75 C9 7C 2A 0 26 15 7D 2C 3E
Octal 165 311 174 52 0 46 25 175 54 76
Binary 1110101 11001001 1111100 101010 0 100110 10101 1111101 101100 111110

Color Harmonies of #75C97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C97C

Black with #75C97C

Text Example


Text Example

White with #75C97C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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