#75E436

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

Shades of Atlantis #75E436

Tints of Atlantis #75E436

Color information

#75E436 (or 0x75E436) is unknown color: approx Atlantis. HEX triplet: 75, E4 and 36. RGB value is (117,228,54). Sum of RGB (Red+Green+Blue) = 117+228+54=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 228 (89.45% from 255 or 57.14% from 399); Blue value is 54 (21.48% from 255 or 13.53% from 399); Max value from RGB is 228 - color contains mainly: green. Hex color #75E436 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75E436 is #8A1BC9. Grayscale: #AFAFAF. Windows color (decimal): -9051082 or 3597429. OLE color: 3597429.

HSL color Cylindrical-coordinate representation of color #75E436: hue angle of 98.28º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #75E436 is Cyan = 0.49, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.

Color convert

RGB11722854-
CMYK0.4900.760.11
HSL98.28º76.32%55.29%-
HSV(B)98.28º76.32%89.41%-
XYZ35.7559.5413.1-
YUV174.9859.7386.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.32%
GREEN value IS 228 (89.45% from 255) = 57.14%
BLUE value IS 54 (21.48% from 255) = 13.53%
R=29.32%
G=57.14%
B=13.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal117228540.4900.760.1198.2876.3255.29
Hex75E4363104CB624c37
Octal165344666101141314211467
Binary11101011110010011011011000101001100101111000101001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,228,54); }

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

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

 a { background-color: rgb(117,228,54); }

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

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

 span { border-color: rgb(117,228,54); }

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