Html Css Color HEX #95C552 Atlantis

📋 copy color: '#95C552'

red 149 ◦ green 197 ◦ blue 82

#95C552
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #95C552

Tints of Atlantis #95C552

RGB

 RED value IS 149 (58.59% from 255) = 34.81%

 GREEN value IS 197 (77.34% from 255) = 46.03%

 BLUE value IS 82 (32.42% from 255) = 19.16%

R = 34.81%
G = 46.03%
B = 19.16%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#95C552 (or 0x95C552) is known color: Atlantis. HEX triplet: 95, C5 and 52. RGB value is (149,197,82). Sum of RGB (Red+Green+Blue) = 149+197+82=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 197 (77.34% from 255 or 46.03% from 428); Blue value is 82 (32.42% from 255 or 19.16% from 428); Max value from RGB is 197 - color contains mainly: green. Hex color #95C552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C552 is #6A3AAD. Grayscale: #A9A9A9. Windows color (decimal): -6961838 or 5424533. OLE color: 5424533.

HSL color Cylindrical-coordinate representation of color #95C552: hue angle of 85.04º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #95C552 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 149 197 82 -
CMYK 0.24 0 0.58 0.23
HSL 85.04º 0.5% 0.55% -
HSV(B) 85.04º 0.58% 0.77% -
XYZ 33.88 46.93 15.26 -
YUV 169.54 78.6 113.35 -
System Red Green Blue C M Y K H S L
Decimal 149 197 82 0.24 0 0.58 0.23 85.04 0.5 0.55
Hex 95 C5 52 18 0 3A 17 55 32 37
Octal 225 305 122 30 0 72 27 125 62 67
Binary 10010101 11000101 1010010 11000 0 111010 10111 1010101 110010 110111

Color Harmonies of #95C552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C552

Black with #95C552

Text Example


Text Example

White with #95C552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #95C552;
 }
 .AnyTagClassName
 {
   color: #95C552;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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