#95EE3F

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

Shades of Atlantis #95EE3F

Tints of Atlantis #95EE3F

Color information

#95EE3F (or 0x95EE3F) is unknown color: approx Atlantis. HEX triplet: 95, EE and 3F. RGB value is (149,238,63). Sum of RGB (Red+Green+Blue) = 149+238+63=450 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.11% from 450); Green value is 238 (93.36% from 255 or 52.89% from 450); Blue value is 63 (25% from 255 or 14% from 450); Max value from RGB is 238 - color contains mainly: green. Hex color #95EE3F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95EE3F is #6A11C0. Grayscale: #C0C0C0. Windows color (decimal): -6951361 or 4189845. OLE color: 4189845.

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

Color convert

RGB14923863-
CMYK0.3700.740.07
HSL90.51º83.73%59.02%-
HSV(B)90.51º73.53%93.33%-
XYZ43.8767.915.5-
YUV191.4455.5197.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.11%
GREEN value IS 238 (93.36% from 255) = 52.89%
BLUE value IS 63 (25% from 255) = 14%
R=33.11%
G=52.89%
B=14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal149238630.3700.740.0790.5183.7359.02
Hex95EE3F2504A75b543b
Octal22535677450112713312473
Binary10010101111011101111111001010100101011110110111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EE3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,238,63); }

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

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

 a { background-color: rgb(149,238,63); }

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

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

 span { border-color: rgb(149,238,63); }

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