#75CA81

Color #75CA81 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #75CA81

Tints of De York #75CA81

Color information

#75CA81 (or 0x75CA81) is unknown color: approx De York. HEX triplet: 75, CA and 81. RGB value is (117,202,129). Sum of RGB (Red+Green+Blue) = 117+202+129=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 129 (50.78% from 255 or 28.79% from 448); Max value from RGB is 202 - color contains mainly: green. Hex color #75CA81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CA81 is #8A357E. Grayscale: #A8A8A8. Windows color (decimal): -9057663 or 8505973. OLE color: 8505973.

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

Color convert

RGB117202129-
CMYK0.4200.360.21
HSL128.47º44.5%62.55%-
HSV(B)128.47º42.08%79.22%-
XYZ32.4247.6128.25-
YUV168.26105.8491.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.12%
GREEN value IS 202 (79.30% from 255) = 45.09%
BLUE value IS 129 (50.78% from 255) = 28.79%
R=26.12%
G=45.09%
B=28.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1172021290.4200.360.21128.4744.562.55
Hex75CA812A02415802d3f
Octal16531220152044252005577
Binary1110101110010101000000110101001001001010110000000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,202,129); }

 H1.HeaderClassName
 {
   color: #75CA81;
 }
 .AnyTagClassName
 {
   color: #75CA81;
 }
</style>
background-color css

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

 a { background-color: rgb(117,202,129); }

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

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

 span { border-color: rgb(117,202,129); }

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