Html Css Color HEX #75C980 De York

📋 copy color: '#75C980'

red 117 ◦ green 201 ◦ blue 128

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

Shades of De York #75C980

Tints of De York #75C980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.7%

R = 26.23%
G = 45.07%
B = 28.7%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#75C980 (or 0x75C980) is known color: De York. HEX triplet: 75, C9 and 80. RGB value is (117,201,128). Sum of RGB (Red+Green+Blue) = 117+201+128=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 201 (78.91% from 255 or 45.07% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 201 - color contains mainly: green. Hex color #75C980 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C980 is #8A367F. Grayscale: #A7A7A7. Windows color (decimal): -9057920 or 8440181. OLE color: 8440181.

HSL color Cylindrical-coordinate representation of color #75C980: hue angle of 127.86º 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 #75C980 is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 117 201 128 -
CMYK 0.42 0 0.36 0.21
HSL 127.86º 0.44% 0.62% -
HSV(B) 127.86º 0.42% 0.79% -
XYZ 32.12 47.11 27.82 -
YUV 167.56 105.67 91.94 -
System Red Green Blue C M Y K H S L
Decimal 117 201 128 0.42 0 0.36 0.21 127.86 0.44 0.62
Hex 75 C9 80 2A 0 24 15 80 2C 3E
Octal 165 311 200 52 0 44 25 200 54 76
Binary 1110101 11001001 10000000 101010 0 100100 10101 10000000 101100 111110

Color Harmonies of #75C980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C980

Black with #75C980

Text Example


Text Example

White with #75C980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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