#95DC3B

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

Shades of Atlantis #95DC3B

Tints of Atlantis #95DC3B

Color information

#95DC3B (or 0x95DC3B) is unknown color: approx Atlantis. HEX triplet: 95, DC and 3B. RGB value is (149,220,59). Sum of RGB (Red+Green+Blue) = 149+220+59=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 220 (86.33% from 255 or 51.40% from 428); Blue value is 59 (23.44% from 255 or 13.79% from 428); Max value from RGB is 220 - color contains mainly: green. Hex color #95DC3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95DC3B is #6A23C4. Grayscale: #B4B4B4. Windows color (decimal): -6955973 or 3923093. OLE color: 3923093.

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

Color convert

RGB14922059-
CMYK0.3200.730.14
HSL86.46º69.7%54.71%-
HSV(B)86.46º73.18%86.27%-
XYZ38.7857.8913.27-
YUV180.4259.48105.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.81%
GREEN value IS 220 (86.33% from 255) = 51.40%
BLUE value IS 59 (23.44% from 255) = 13.79%
R=34.81%
G=51.40%
B=13.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal149220590.3200.730.1486.4669.754.71
Hex95DC3B20049E564637
Octal225334734001111612610667
Binary100101011101110011101110000001001001111010101101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DC3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,220,59); }

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

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

 a { background-color: rgb(149,220,59); }

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

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

 span { border-color: rgb(149,220,59); }

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