#95CD4E

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

Shades of Atlantis #95CD4E

Tints of Atlantis #95CD4E

Color information

#95CD4E (or 0x95CD4E) is unknown color: approx Atlantis. HEX triplet: 95, CD and 4E. RGB value is (149,205,78). Sum of RGB (Red+Green+Blue) = 149+205+78=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 205 (80.47% from 255 or 47.45% from 432); Blue value is 78 (30.86% from 255 or 18.06% from 432); Max value from RGB is 205 - color contains mainly: green. Hex color #95CD4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CD4E is #6A32B1. Grayscale: #AEAEAE. Windows color (decimal): -6959794 or 5164437. OLE color: 5164437.

HSL color Cylindrical-coordinate representation of color #95CD4E: hue angle of 86.46º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #95CD4E is Cyan = 0.27, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB14920578-
CMYK0.2700.620.20
HSL86.46º55.95%55.49%-
HSV(B)86.46º61.95%80.39%-
XYZ35.650.615.1-
YUV173.7873.95110.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.49%
GREEN value IS 205 (80.47% from 255) = 47.45%
BLUE value IS 78 (30.86% from 255) = 18.06%
R=34.49%
G=47.45%
B=18.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal149205780.2700.620.2086.4655.9555.49
Hex95CD4E1B03E14563837
Octal22531511633076241267067
Binary10010101110011011001110110110111110101001010110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,205,78); }

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

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

 a { background-color: rgb(149,205,78); }

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

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

 span { border-color: rgb(149,205,78); }

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