Html Css Color HEX #95C541 Atlantis

📋 copy color: '#95C541'

red 149 ◦ green 197 ◦ blue 65

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

Shades of Atlantis #95C541

Tints of Atlantis #95C541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.82%

R = 36.25%
G = 47.93%
B = 15.82%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#95C541 (or 0x95C541) is known color: Atlantis. HEX triplet: 95, C5 and 41. RGB value is (149,197,65). Sum of RGB (Red+Green+Blue) = 149+197+65=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 197 (77.34% from 255 or 47.93% from 411); Blue value is 65 (25.78% from 255 or 15.82% from 411); Max value from RGB is 197 - color contains mainly: green. Hex color #95C541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C541 is #6A3ABE. Grayscale: #A8A8A8. Windows color (decimal): -6961855 or 4310421. OLE color: 4310421.

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

Color convert

RGB 149 197 65 -
CMYK 0.24 0 0.67 0.23
HSL 81.82º 0.53% 0.51% -
HSV(B) 81.82º 0.67% 0.77% -
XYZ 33.31 46.7 12.26 -
YUV 167.6 70.1 114.73 -
System Red Green Blue C M Y K H S L
Decimal 149 197 65 0.24 0 0.67 0.23 81.82 0.53 0.51
Hex 95 C5 41 18 0 43 17 52 35 33
Octal 225 305 101 30 0 103 27 122 65 63
Binary 10010101 11000101 1000001 11000 0 1000011 10111 1010010 110101 110011

Color Harmonies of #95C541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C541

Black with #95C541

Text Example


Text Example

White with #95C541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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