#95ED38

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

Shades of Atlantis #95ED38

Tints of Atlantis #95ED38

Color information

#95ED38 (or 0x95ED38) is unknown color: approx Atlantis. HEX triplet: 95, ED and 38. RGB value is (149,237,56). Sum of RGB (Red+Green+Blue) = 149+237+56=442 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.71% from 442); Green value is 237 (92.97% from 255 or 53.62% from 442); Blue value is 56 (22.27% from 255 or 12.67% from 442); Max value from RGB is 237 - color contains mainly: green. Hex color #95ED38 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95ED38 is #6A12C7. Grayscale: #BEBEBE. Windows color (decimal): -6951624 or 3730837. OLE color: 3730837.

HSL color Cylindrical-coordinate representation of color #95ED38: hue angle of 89.17º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #95ED38 is Cyan = 0.37, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB14923756-
CMYK0.3700.760.07
HSL89.17º83.41%57.45%-
HSV(B)89.17º76.37%92.94%-
XYZ43.3967.2414.43-
YUV190.0552.3598.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.71%
GREEN value IS 237 (92.97% from 255) = 53.62%
BLUE value IS 56 (22.27% from 255) = 12.67%
R=33.71%
G=53.62%
B=12.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal149237560.3700.760.0789.1783.4157.45
Hex95ED382504C7595339
Octal22535570450114713112371
Binary10010101111011011110001001010100110011110110011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ED38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95ED38; }

 p { color: rgb(149,237,56); }

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

<style>
 a { background-color: #95ED38; }

 a { background-color: rgb(149,237,56); }

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

<style>
 span { border-color: #95ED38; }

 span { border-color: rgb(149,237,56); }

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