#95D84B

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

Shades of Atlantis #95D84B

Tints of Atlantis #95D84B

Color information

#95D84B (or 0x95D84B) is unknown color: approx Atlantis. HEX triplet: 95, D8 and 4B. RGB value is (149,216,75). Sum of RGB (Red+Green+Blue) = 149+216+75=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 216 (84.77% from 255 or 49.09% from 440); Blue value is 75 (29.69% from 255 or 17.05% from 440); Max value from RGB is 216 - color contains mainly: green. Hex color #95D84B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95D84B is #6A27B4. Grayscale: #B4B4B4. Windows color (decimal): -6956981 or 4970645. OLE color: 4970645.

HSL color Cylindrical-coordinate representation of color #95D84B: hue angle of 88.51º degrees, saturation: 0.64, 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 #95D84B is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB14921675-
CMYK0.3100.650.15
HSL88.51º64.38%57.06%-
HSV(B)88.51º65.28%84.71%-
XYZ38.2256.0115.45-
YUV179.8968.8105.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.86%
GREEN value IS 216 (84.77% from 255) = 49.09%
BLUE value IS 75 (29.69% from 255) = 17.05%
R=33.86%
G=49.09%
B=17.05%

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
Decimal149216750.3100.650.1588.5164.3857.06
Hex95D84B1F041F594039
Octal2253301133701011713110071
Binary100101011101100010010111111101000001111110110011000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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