#95DD35

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

Shades of Atlantis #95DD35

Tints of Atlantis #95DD35

Color information

#95DD35 (or 0x95DD35) is unknown color: approx Atlantis. HEX triplet: 95, DD and 35. RGB value is (149,221,53). Sum of RGB (Red+Green+Blue) = 149+221+53=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 221 (86.72% from 255 or 52.25% from 423); Blue value is 53 (21.09% from 255 or 12.53% from 423); Max value from RGB is 221 - color contains mainly: green. Hex color #95DD35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95DD35 is #6A22CA. Grayscale: #B4B4B4. Windows color (decimal): -6955723 or 3530133. OLE color: 3530133.

HSL color Cylindrical-coordinate representation of color #95DD35: hue angle of 85.71º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #95DD35 is Cyan = 0.33, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB14922153-
CMYK0.3300.760.13
HSL85.71º71.19%53.73%-
HSV(B)85.71º76.02%86.67%-
XYZ38.8958.3612.58-
YUV180.3256.15105.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.22%
GREEN value IS 221 (86.72% from 255) = 52.25%
BLUE value IS 53 (21.09% from 255) = 12.53%
R=35.22%
G=52.25%
B=12.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal149221530.3300.760.1385.7171.1953.73
Hex95DD352104CD564736
Octal225335654101141512610766
Binary100101011101110111010110000101001100110110101101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,221,53); }

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

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

 a { background-color: rgb(149,221,53); }

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

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

 span { border-color: rgb(149,221,53); }

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