Html Css Color HEX #75C982 De York

📋 copy color: '#75C982'

red 117 ◦ green 201 ◦ blue 130

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

Shades of De York #75C982

Tints of De York #75C982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.02%

R = 26.12%
G = 44.87%
B = 29.02%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#75C982 (or 0x75C982) is known color: De York. HEX triplet: 75, C9 and 82. RGB value is (117,201,130). Sum of RGB (Red+Green+Blue) = 117+201+130=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 201 - color contains mainly: green. Hex color #75C982 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C982 is #8A367D. Grayscale: #A7A7A7. Windows color (decimal): -9057918 or 8571253. OLE color: 8571253.

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

Color convert

RGB 117 201 130 -
CMYK 0.42 0 0.35 0.21
HSL 129.29º 0.44% 0.62% -
HSV(B) 129.29º 0.42% 0.79% -
XYZ 32.25 47.17 28.52 -
YUV 167.79 106.67 91.77 -
System Red Green Blue C M Y K H S L
Decimal 117 201 130 0.42 0 0.35 0.21 129.29 0.44 0.62
Hex 75 C9 82 2A 0 23 15 81 2C 3E
Octal 165 311 202 52 0 43 25 201 54 76
Binary 1110101 11001001 10000010 101010 0 100011 10101 10000001 101100 111110

Color Harmonies of #75C982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C982

Black with #75C982

Text Example


Text Example

White with #75C982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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