#95D94B

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

Shades of Atlantis #95D94B

Tints of Atlantis #95D94B

Color information

#95D94B (or 0x95D94B) is unknown color: approx Atlantis. HEX triplet: 95, D9 and 4B. RGB value is (149,217,75). Sum of RGB (Red+Green+Blue) = 149+217+75=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 217 (85.16% from 255 or 49.21% from 441); Blue value is 75 (29.69% from 255 or 17.01% from 441); Max value from RGB is 217 - color contains mainly: green. Hex color #95D94B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95D94B is #6A26B4. Grayscale: #B4B4B4. Windows color (decimal): -6956725 or 4970901. OLE color: 4970901.

HSL color Cylindrical-coordinate representation of color #95D94B: hue angle of 88.73º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #95D94B is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB14921775-
CMYK0.3100.650.15
HSL88.73º65.14%57.25%-
HSV(B)88.73º65.44%85.1%-
XYZ38.4856.5215.54-
YUV180.4868.47105.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.79%
GREEN value IS 217 (85.16% from 255) = 49.21%
BLUE value IS 75 (29.69% from 255) = 17.01%
R=33.79%
G=49.21%
B=17.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal149217750.3100.650.1588.7365.1457.25
Hex95D94B1F041F594139
Octal2253311133701011713110171
Binary100101011101100110010111111101000001111110110011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,217,75); }

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

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

 a { background-color: rgb(149,217,75); }

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

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

 span { border-color: rgb(149,217,75); }

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