#75c380

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

Shades of De York #75C380

Tints of De York #75C380

Color information

#75C380 (or 0x75C380) is unknown color: approx De York. HEX triplet: 75, C3 and 80. RGB value is (117,195,128). Sum of RGB (Red+Green+Blue) = 117+195+128=440 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.59% from 440); Green value is 195 (76.56% from 255 or 44.32% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 195 - color contains mainly: green. Hex color #75C380 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C380 is #8A3C7F. Grayscale: #A4A4A4. Windows color (decimal): -9059456 or 8438645. OLE color: 8438645.

HSL color Cylindrical-coordinate representation of color #75C380: hue angle of 128.46º 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 #75C380 is Cyan = 0.4, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB117195128-
CMYK0.400.340.24
HSL128.46º39.39%61.18%-
HSV(B)128.46º40%76.47%-
XYZ30.7544.3727.37-
YUV164.04107.6694.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.59%
GREEN value IS 195 (76.56% from 255) = 44.32%
BLUE value IS 128 (50.39% from 255) = 29.09%
R=26.59%
G=44.32%
B=29.09%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1171951280.400.340.24128.4639.3961.18
Hex75C380280221880273d
Octal16530320050042302004775
Binary1110101110000111000000010100001000101100010000000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75c380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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