#95CE54

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

Shades of Atlantis #95CE54

Tints of Atlantis #95CE54

Color information

#95CE54 (or 0x95CE54) is unknown color: approx Atlantis. HEX triplet: 95, CE and 54. RGB value is (149,206,84). Sum of RGB (Red+Green+Blue) = 149+206+84=439 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.94% from 439); Green value is 206 (80.86% from 255 or 46.92% from 439); Blue value is 84 (33.20% from 255 or 19.13% from 439); Max value from RGB is 206 - color contains mainly: green. Hex color #95CE54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CE54 is #6A31AB. Grayscale: #AFAFAF. Windows color (decimal): -6959532 or 5557909. OLE color: 5557909.

HSL color Cylindrical-coordinate representation of color #95CE54: hue angle of 88.03º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #95CE54 is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB14920684-
CMYK0.2800.590.19
HSL88.03º55.45%56.86%-
HSV(B)88.03º59.22%80.78%-
XYZ36.0751.1716.36-
YUV175.0576.62109.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.94%
GREEN value IS 206 (80.86% from 255) = 46.92%
BLUE value IS 84 (33.20% from 255) = 19.13%
R=33.94%
G=46.92%
B=19.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal149206840.2800.590.1988.0355.4556.86
Hex95CE541C03B13583739
Octal22531612434073231306771
Binary10010101110011101010100111000111011100111011000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CE54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,206,84); }

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

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

 a { background-color: rgb(149,206,84); }

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

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

 span { border-color: rgb(149,206,84); }

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