#95CB3F

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

Shades of Atlantis #95CB3F

Tints of Atlantis #95CB3F

Color information

#95CB3F (or 0x95CB3F) is unknown color: approx Atlantis. HEX triplet: 95, CB and 3F. RGB value is (149,203,63). Sum of RGB (Red+Green+Blue) = 149+203+63=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 203 (79.69% from 255 or 48.92% from 415); Blue value is 63 (25% from 255 or 15.18% from 415); Max value from RGB is 203 - color contains mainly: green. Hex color #95CB3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95CB3F is #6A34C0. Grayscale: #ABABAB. Windows color (decimal): -6960321 or 4180885. OLE color: 4180885.

HSL color Cylindrical-coordinate representation of color #95CB3F: hue angle of 83.14º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #95CB3F is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB14920363-
CMYK0.2700.690.20
HSL83.14º57.38%52.16%-
HSV(B)83.14º68.97%79.61%-
XYZ34.6549.4612.42-
YUV170.8967.11112.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.90%
GREEN value IS 203 (79.69% from 255) = 48.92%
BLUE value IS 63 (25% from 255) = 15.18%
R=35.90%
G=48.92%
B=15.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal149203630.2700.690.2083.1457.3852.16
Hex95CB3F1B04514533934
Octal22531377330105241237164
Binary10010101110010111111111101101000101101001010011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CB3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,203,63); }

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

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

 a { background-color: rgb(149,203,63); }

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

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

 span { border-color: rgb(149,203,63); }

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