Html Css Color HEX #75C985 De York

📋 copy color: '#75C985'

red 117 ◦ green 201 ◦ blue 133

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

Shades of De York #75C985

Tints of De York #75C985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.49%

R = 25.94%
G = 44.57%
B = 29.49%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#75C985 (or 0x75C985) is known color: De York. HEX triplet: 75, C9 and 85. RGB value is (117,201,133). Sum of RGB (Red+Green+Blue) = 117+201+133=451 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.94% from 451); Green value is 201 (78.91% from 255 or 44.57% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 201 - color contains mainly: green. Hex color #75C985 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C985 is #8A367A. Grayscale: #A8A8A8. Windows color (decimal): -9057915 or 8767861. OLE color: 8767861.

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

Color convert

RGB 117 201 133 -
CMYK 0.42 0 0.34 0.21
HSL 131.43º 0.44% 0.62% -
HSV(B) 131.43º 0.42% 0.79% -
XYZ 32.46 47.25 29.6 -
YUV 168.13 108.17 91.53 -
System Red Green Blue C M Y K H S L
Decimal 117 201 133 0.42 0 0.34 0.21 131.43 0.44 0.62
Hex 75 C9 85 2A 0 22 15 83 2C 3E
Octal 165 311 205 52 0 42 25 203 54 76
Binary 1110101 11001001 10000101 101010 0 100010 10101 10000011 101100 111110

Color Harmonies of #75C985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C985

Black with #75C985

Text Example


Text Example

White with #75C985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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