#95CF39

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

Shades of Atlantis #95CF39

Tints of Atlantis #95CF39

Color information

#95CF39 (or 0x95CF39) is unknown color: approx Atlantis. HEX triplet: 95, CF and 39. RGB value is (149,207,57). Sum of RGB (Red+Green+Blue) = 149+207+57=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 207 (81.25% from 255 or 50.12% from 413); Blue value is 57 (22.66% from 255 or 13.80% from 413); Max value from RGB is 207 - color contains mainly: green. Hex color #95CF39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95CF39 is #6A30C6. Grayscale: #ADADAD. Windows color (decimal): -6959303 or 3788693. OLE color: 3788693.

HSL color Cylindrical-coordinate representation of color #95CF39: hue angle of 83.2º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #95CF39 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB14920757-
CMYK0.2800.720.19
HSL83.2º60.98%51.76%-
HSV(B)83.2º72.46%81.18%-
XYZ35.4551.3111.91-
YUV172.5662.78111.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.08%
GREEN value IS 207 (81.25% from 255) = 50.12%
BLUE value IS 57 (22.66% from 255) = 13.80%
R=36.08%
G=50.12%
B=13.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal149207570.2800.720.1983.260.9851.76
Hex95CF391C04813533d34
Octal22531771340110231237564
Binary10010101110011111110011110001001000100111010011111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CF39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,207,57); }

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

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

 a { background-color: rgb(149,207,57); }

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

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

 span { border-color: rgb(149,207,57); }

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