#75E135

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

Shades of Atlantis #75E135

Tints of Atlantis #75E135

Color information

#75E135 (or 0x75E135) is unknown color: approx Atlantis. HEX triplet: 75, E1 and 35. RGB value is (117,225,53). Sum of RGB (Red+Green+Blue) = 117+225+53=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 225 (88.28% from 255 or 56.96% from 395); Blue value is 53 (21.09% from 255 or 13.42% from 395); Max value from RGB is 225 - color contains mainly: green. Hex color #75E135 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75E135 is #8A1ECA. Grayscale: #ADADAD. Windows color (decimal): -9051851 or 3531125. OLE color: 3531125.

HSL color Cylindrical-coordinate representation of color #75E135: hue angle of 97.67º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #75E135 is Cyan = 0.48, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB11722553-
CMYK0.4800.760.12
HSL97.67º74.14%54.51%-
HSV(B)97.67º76.44%88.24%-
XYZ34.957.8912.7-
YUV173.160.2287.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.62%
GREEN value IS 225 (88.28% from 255) = 56.96%
BLUE value IS 53 (21.09% from 255) = 13.42%
R=29.62%
G=56.96%
B=13.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal117225530.4800.760.1297.6774.1454.51
Hex75E1353004CC624a37
Octal165341656001141414211267
Binary11101011110000111010111000001001100110011000101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,225,53); }

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

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

 a { background-color: rgb(117,225,53); }

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

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

 span { border-color: rgb(117,225,53); }

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