#75CB85

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

Shades of De York #75CB85

Tints of De York #75CB85

Color information

#75CB85 (or 0x75CB85) is unknown color: approx De York. HEX triplet: 75, CB and 85. RGB value is (117,203,133). Sum of RGB (Red+Green+Blue) = 117+203+133=453 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.83% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 203 - color contains mainly: green. Hex color #75CB85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CB85 is #8A347A. Grayscale: #A9A9A9. Windows color (decimal): -9057403 or 8768373. OLE color: 8768373.

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

Color convert

RGB117203133-
CMYK0.4200.340.20
HSL131.16º45.26%62.75%-
HSV(B)131.16º42.36%79.61%-
XYZ32.9348.1929.76-
YUV169.31107.5190.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.83%
GREEN value IS 203 (79.69% from 255) = 44.81%
BLUE value IS 133 (52.34% from 255) = 29.36%
R=25.83%
G=44.81%
B=29.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1172031330.4200.340.20131.1645.2662.75
Hex75CB852A02214832d3f
Octal16531320552042242035577
Binary1110101110010111000010110101001000101010010000011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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