#75C384

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

Shades of De York #75C384

Tints of De York #75C384

Color information

#75C384 (or 0x75C384) is unknown color: approx De York. HEX triplet: 75, C3 and 84. RGB value is (117,195,132). Sum of RGB (Red+Green+Blue) = 117+195+132=444 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.35% from 444); Green value is 195 (76.56% from 255 or 43.92% from 444); Blue value is 132 (51.95% from 255 or 29.73% from 444); Max value from RGB is 195 - color contains mainly: green. Hex color #75C384 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C384 is #8A3C7B. Grayscale: #A4A4A4. Windows color (decimal): -9059452 or 8700789. OLE color: 8700789.

HSL color Cylindrical-coordinate representation of color #75C384: hue angle of 131.54º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75C384 is Cyan = 0.4, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB117195132-
CMYK0.400.320.24
HSL131.54º39.39%61.18%-
HSV(B)131.54º40%76.47%-
XYZ31.0244.4828.78-
YUV164.5109.6694.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.35%
GREEN value IS 195 (76.56% from 255) = 43.92%
BLUE value IS 132 (51.95% from 255) = 29.73%
R=26.35%
G=43.92%
B=29.73%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1171951320.400.320.24131.5439.3961.18
Hex75C384280201884273d
Octal16530320450040302044775
Binary1110101110000111000010010100001000001100010000100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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