#75CD84

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

Shades of De York #75CD84

Tints of De York #75CD84

Color information

#75CD84 (or 0x75CD84) is unknown color: approx De York. HEX triplet: 75, CD and 84. RGB value is (117,205,132). Sum of RGB (Red+Green+Blue) = 117+205+132=454 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.77% from 454); Green value is 205 (80.47% from 255 or 45.15% from 454); Blue value is 132 (51.95% from 255 or 29.07% from 454); Max value from RGB is 205 - color contains mainly: green. Hex color #75CD84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CD84 is #8A327B. Grayscale: #AAAAAA. Windows color (decimal): -9056892 or 8703349. OLE color: 8703349.

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

Color convert

RGB117205132-
CMYK0.4300.360.20
HSL130.23º46.81%63.14%-
HSV(B)130.23º42.93%80.39%-
XYZ33.3349.1129.55-
YUV170.37106.3589.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.77%
GREEN value IS 205 (80.47% from 255) = 45.15%
BLUE value IS 132 (51.95% from 255) = 29.07%
R=25.77%
G=45.15%
B=29.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1172051320.4300.360.20130.2346.8163.14
Hex75CD842B02414822f3f
Octal16531520453044242025777
Binary1110101110011011000010010101101001001010010000010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,205,132); }

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

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

 a { background-color: rgb(117,205,132); }

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

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

 span { border-color: rgb(117,205,132); }

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