#75EA35

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

Shades of Atlantis #75EA35

Tints of Atlantis #75EA35

Color information

#75EA35 (or 0x75EA35) is unknown color: approx Atlantis. HEX triplet: 75, EA and 35. RGB value is (117,234,53). Sum of RGB (Red+Green+Blue) = 117+234+53=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 234 (91.80% from 255 or 57.92% from 404); Blue value is 53 (21.09% from 255 or 13.12% from 404); Max value from RGB is 234 - color contains mainly: green. Hex color #75EA35 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75EA35 is #8A15CA. Grayscale: #B2B2B2. Windows color (decimal): -9049547 or 3533429. OLE color: 3533429.

HSL color Cylindrical-coordinate representation of color #75EA35: hue angle of 98.78º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75EA35 is Cyan = 0.5, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.08.

Color convert

RGB11723453-
CMYK0.500.770.08
HSL98.78º81.17%56.27%-
HSV(B)98.78º77.35%91.76%-
XYZ37.462.8813.53-
YUV178.3857.2484.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.96%
GREEN value IS 234 (91.80% from 255) = 57.92%
BLUE value IS 53 (21.09% from 255) = 13.12%
R=28.96%
G=57.92%
B=13.12%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal117234530.500.770.0898.7881.1756.27
Hex75EA353204D8635138
Octal165352656201151014312170
Binary11101011110101011010111001001001101100011000111010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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