#95db52

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

Shades of Atlantis #95DB52

Tints of Atlantis #95DB52

Color information

#95DB52 (or 0x95DB52) is unknown color: approx Atlantis. HEX triplet: 95, DB and 52. RGB value is (149,219,82). Sum of RGB (Red+Green+Blue) = 149+219+82=450 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.11% from 450); Green value is 219 (85.94% from 255 or 48.67% from 450); Blue value is 82 (32.42% from 255 or 18.22% from 450); Max value from RGB is 219 - color contains mainly: green. Hex color #95DB52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DB52 is #6A24AD. Grayscale: #B6B6B6. Windows color (decimal): -6956206 or 5430165. OLE color: 5430165.

HSL color Cylindrical-coordinate representation of color #95DB52: hue angle of 90.66º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #95DB52 is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB14921982-
CMYK0.3200.630.14
HSL90.66º65.55%59.02%-
HSV(B)90.66º62.56%85.88%-
XYZ39.2557.6617.04-
YUV182.4571.31104.14-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.11%
GREEN value IS 219 (85.94% from 255) = 48.67%
BLUE value IS 82 (32.42% from 255) = 18.22%
R=33.11%
G=48.67%
B=18.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal149219820.3200.630.1490.6665.5559.02
Hex95DB522003FE5b423b
Octal225333122400771613310273
Binary100101011101101110100101000000111111111010110111000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95db52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,219,82); }

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

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

 a { background-color: rgb(149,219,82); }

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

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

 span { border-color: rgb(149,219,82); }

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