#75CD8A

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

Shades of De York #75CD8A

Tints of De York #75CD8A

Color information

#75CD8A (or 0x75CD8A) is unknown color: approx De York. HEX triplet: 75, CD and 8A. RGB value is (117,205,138). Sum of RGB (Red+Green+Blue) = 117+205+138=460 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.43% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 205 - color contains mainly: green. Hex color #75CD8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CD8A is #8A3275. Grayscale: #ABABAB. Windows color (decimal): -9056886 or 9096565. OLE color: 9096565.

HSL color Cylindrical-coordinate representation of color #75CD8A: hue angle of 134.32º 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 #75CD8A is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB117205138-
CMYK0.4300.330.20
HSL134.32º46.81%63.14%-
HSV(B)134.32º42.93%80.39%-
XYZ33.7549.2831.78-
YUV171.05109.3589.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.43%
GREEN value IS 205 (80.47% from 255) = 44.57%
BLUE value IS 138 (54.30% from 255) = 30%
R=25.43%
G=44.57%
B=30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1172051380.4300.330.20134.3246.8163.14
Hex75CD8A2B02114862f3f
Octal16531521253041242065777
Binary1110101110011011000101010101101000011010010000110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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