#95C752

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

Shades of Atlantis #95C752

Tints of Atlantis #95C752

Color information

#95C752 (or 0x95C752) is unknown color: approx Atlantis. HEX triplet: 95, C7 and 52. RGB value is (149,199,82). Sum of RGB (Red+Green+Blue) = 149+199+82=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 199 (78.12% from 255 or 46.28% from 430); Blue value is 82 (32.42% from 255 or 19.07% from 430); Max value from RGB is 199 - color contains mainly: green. Hex color #95C752 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C752 is #6A38AD. Grayscale: #ABABAB. Windows color (decimal): -6961326 or 5425045. OLE color: 5425045.

HSL color Cylindrical-coordinate representation of color #95C752: hue angle of 85.64º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #95C752 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB14919982-
CMYK0.2500.590.22
HSL85.64º51.09%55.1%-
HSV(B)85.64º58.79%78.04%-
XYZ34.3447.8515.41-
YUV170.7177.94112.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.65%
GREEN value IS 199 (78.12% from 255) = 46.28%
BLUE value IS 82 (32.42% from 255) = 19.07%
R=34.65%
G=46.28%
B=19.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal149199820.2500.590.2285.6451.0955.1
Hex95C7521903B16563337
Octal22530712231073261266367
Binary10010101110001111010010110010111011101101010110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,199,82); }

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

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

 a { background-color: rgb(149,199,82); }

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

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

 span { border-color: rgb(149,199,82); }

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