#75DA92

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

Shades of De York #75DA92

Tints of De York #75DA92

Color information

#75DA92 (or 0x75DA92) is unknown color: approx De York. HEX triplet: 75, DA and 92. RGB value is (117,218,146). Sum of RGB (Red+Green+Blue) = 117+218+146=481 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.32% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 146 (57.42% from 255 or 30.35% from 481); Max value from RGB is 218 - color contains mainly: green. Hex color #75DA92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DA92 is #8A256D. Grayscale: #B3B3B3. Windows color (decimal): -9053550 or 9624181. OLE color: 9624181.

HSL color Cylindrical-coordinate representation of color #75DA92: hue angle of 137.23º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75DA92 is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB117218146-
CMYK0.4600.330.15
HSL137.23º57.71%65.69%-
HSV(B)137.23º46.33%85.49%-
XYZ37.65636.02-
YUV179.59109.0483.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.32%
GREEN value IS 218 (85.55% from 255) = 45.32%
BLUE value IS 146 (57.42% from 255) = 30.35%
R=24.32%
G=45.32%
B=30.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1172181460.4600.330.15137.2357.7165.69
Hex75DA922E021F893a42
Octal165332222560411721172102
Binary1110101110110101001001010111001000011111100010011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,218,146); }

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

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

 a { background-color: rgb(117,218,146); }

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

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

 span { border-color: rgb(117,218,146); }

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