#95CD48

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

Shades of Atlantis #95CD48

Tints of Atlantis #95CD48

Color information

#95CD48 (or 0x95CD48) is unknown color: approx Atlantis. HEX triplet: 95, CD and 48. RGB value is (149,205,72). Sum of RGB (Red+Green+Blue) = 149+205+72=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 205 (80.47% from 255 or 48.12% from 426); Blue value is 72 (28.52% from 255 or 16.90% from 426); Max value from RGB is 205 - color contains mainly: green. Hex color #95CD48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95CD48 is #6A32B7. Grayscale: #ADADAD. Windows color (decimal): -6959800 or 4771221. OLE color: 4771221.

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

Color convert

RGB14920572-
CMYK0.2700.650.20
HSL85.26º57.08%54.31%-
HSV(B)85.26º64.88%80.39%-
XYZ35.450.5214.02-
YUV173.0970.95110.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.98%
GREEN value IS 205 (80.47% from 255) = 48.12%
BLUE value IS 72 (28.52% from 255) = 16.90%
R=34.98%
G=48.12%
B=16.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal149205720.2700.650.2085.2657.0854.31
Hex95CD481B04114553936
Octal225315110330101241257166
Binary100101011100110110010001101101000001101001010101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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