#95E83F

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

Shades of Atlantis #95E83F

Tints of Atlantis #95E83F

Color information

#95E83F (or 0x95E83F) is unknown color: approx Atlantis. HEX triplet: 95, E8 and 3F. RGB value is (149,232,63). Sum of RGB (Red+Green+Blue) = 149+232+63=444 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.56% from 444); Green value is 232 (91.02% from 255 or 52.25% from 444); Blue value is 63 (25% from 255 or 14.19% from 444); Max value from RGB is 232 - color contains mainly: green. Hex color #95E83F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95E83F is #6A17C0. Grayscale: #BCBCBC. Windows color (decimal): -6952897 or 4188309. OLE color: 4188309.

HSL color Cylindrical-coordinate representation of color #95E83F: hue angle of 89.47º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #95E83F is Cyan = 0.36, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB14923263-
CMYK0.3600.730.09
HSL89.47º78.6%57.84%-
HSV(B)89.47º72.84%90.98%-
XYZ42.1564.4614.92-
YUV187.9257.5100.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.56%
GREEN value IS 232 (91.02% from 255) = 52.25%
BLUE value IS 63 (25% from 255) = 14.19%
R=33.56%
G=52.25%
B=14.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal149232630.3600.730.0989.4778.657.84
Hex95E83F240499594f3a
Octal225350774401111113111772
Binary100101011110100011111110010001001001100110110011001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E83F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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