#95d637

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

Shades of Atlantis #95D637

Tints of Atlantis #95D637

Color information

#95D637 (or 0x95D637) is unknown color: approx Atlantis. HEX triplet: 95, D6 and 37. RGB value is (149,214,55). Sum of RGB (Red+Green+Blue) = 149+214+55=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 214 (83.98% from 255 or 51.20% from 418); Blue value is 55 (21.88% from 255 or 13.16% from 418); Max value from RGB is 214 - color contains mainly: green. Hex color #95D637 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95D637 is #6A29C8. Grayscale: #B1B1B1. Windows color (decimal): -6957513 or 3659413. OLE color: 3659413.

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

Color convert

RGB14921455-
CMYK0.3000.740.16
HSL84.53º65.98%52.75%-
HSV(B)84.53º74.3%83.92%-
XYZ37.1354.7612.23-
YUV176.4459.47108.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.65%
GREEN value IS 214 (83.98% from 255) = 51.20%
BLUE value IS 55 (21.88% from 255) = 13.16%
R=35.65%
G=51.20%
B=13.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal149214550.3000.740.1684.5365.9852.75
Hex95D6371E04A10554235
Octal225326673601122012510265
Binary100101011101011011011111110010010101000010101011000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95d637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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