#75E538

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

Shades of Atlantis #75E538

Tints of Atlantis #75E538

Color information

#75E538 (or 0x75E538) is unknown color: approx Atlantis. HEX triplet: 75, E5 and 38. RGB value is (117,229,56). Sum of RGB (Red+Green+Blue) = 117+229+56=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 229 (89.84% from 255 or 56.97% from 402); Blue value is 56 (22.27% from 255 or 13.93% from 402); Max value from RGB is 229 - color contains mainly: green. Hex color #75E538 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75E538 is #8A1AC7. Grayscale: #B0B0B0. Windows color (decimal): -9050824 or 3728757. OLE color: 3728757.

HSL color Cylindrical-coordinate representation of color #75E538: hue angle of 98.84º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #75E538 is Cyan = 0.49, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.10.

Color convert

RGB11722956-
CMYK0.4900.760.10
HSL98.84º76.89%55.88%-
HSV(B)98.84º75.55%89.8%-
XYZ36.0760.1113.44-
YUV175.7960.3986.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.10%
GREEN value IS 229 (89.84% from 255) = 56.97%
BLUE value IS 56 (22.27% from 255) = 13.93%
R=29.10%
G=56.97%
B=13.93%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal117229560.4900.760.1098.8476.8955.88
Hex75E5383104CA634d38
Octal165345706101141214311570
Binary11101011110010111100011000101001100101011000111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,229,56); }

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

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

 a { background-color: rgb(117,229,56); }

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

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

 span { border-color: rgb(117,229,56); }

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