#95CA41

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

Shades of Atlantis #95CA41

Tints of Atlantis #95CA41

Color information

#95CA41 (or 0x95CA41) is unknown color: approx Atlantis. HEX triplet: 95, CA and 41. RGB value is (149,202,65). Sum of RGB (Red+Green+Blue) = 149+202+65=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 65 (25.78% from 255 or 15.62% from 416); Max value from RGB is 202 - color contains mainly: green. Hex color #95CA41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95CA41 is #6A35BE. Grayscale: #ABABAB. Windows color (decimal): -6960575 or 4311701. OLE color: 4311701.

HSL color Cylindrical-coordinate representation of color #95CA41: hue angle of 83.21º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #95CA41 is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB14920265-
CMYK0.2600.680.21
HSL83.21º56.38%52.35%-
HSV(B)83.21º67.82%79.22%-
XYZ34.4749.0112.64-
YUV170.5468.44112.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.82%
GREEN value IS 202 (79.30% from 255) = 48.56%
BLUE value IS 65 (25.78% from 255) = 15.62%
R=35.82%
G=48.56%
B=15.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal149202650.2600.680.2183.2156.3852.35
Hex95CA411A04415533834
Octal225312101320104251237064
Binary100101011100101010000011101001000100101011010011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,202,65); }

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

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

 a { background-color: rgb(149,202,65); }

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

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

 span { border-color: rgb(149,202,65); }

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