#95D64E

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

Shades of Atlantis #95D64E

Tints of Atlantis #95D64E

Color information

#95D64E (or 0x95D64E) is unknown color: approx Atlantis. HEX triplet: 95, D6 and 4E. RGB value is (149,214,78). Sum of RGB (Red+Green+Blue) = 149+214+78=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 214 (83.98% from 255 or 48.53% from 441); Blue value is 78 (30.86% from 255 or 17.69% from 441); Max value from RGB is 214 - color contains mainly: green. Hex color #95D64E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D64E is #6A29B1. Grayscale: #B3B3B3. Windows color (decimal): -6957490 or 5166741. OLE color: 5166741.

HSL color Cylindrical-coordinate representation of color #95D64E: hue angle of 88.68º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #95D64E is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB14921478-
CMYK0.3000.640.16
HSL88.68º62.39%57.25%-
HSV(B)88.68º63.55%83.92%-
XYZ37.8255.0315.84-
YUV179.0670.97106.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.79%
GREEN value IS 214 (83.98% from 255) = 48.53%
BLUE value IS 78 (30.86% from 255) = 17.69%
R=33.79%
G=48.53%
B=17.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal149214780.3000.640.1688.6862.3957.25
Hex95D64E1E04010593e39
Octal225326116360100201317671
Binary100101011101011010011101111001000000100001011001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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