Html Css Color HEX #95BA41 Atlantis

📋 copy color: '#95BA41'

red 149 ◦ green 186 ◦ blue 65

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

Shades of Atlantis #95BA41

Tints of Atlantis #95BA41

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.5%

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

R = 37.25%
G = 46.5%
B = 16.25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#95BA41 (or 0x95BA41) is known color: Atlantis. HEX triplet: 95, BA and 41. RGB value is (149,186,65). Sum of RGB (Red+Green+Blue) = 149+186+65=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 65 (25.78% from 255 or 16.25% from 400); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95BA41 is #6A45BE. Grayscale: #A1A1A1. Windows color (decimal): -6964671 or 4307605. OLE color: 4307605.

HSL color Cylindrical-coordinate representation of color #95BA41: hue angle of 78.35º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #95BA41 is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 186 65 -
CMYK 0.20 0 0.65 0.27
HSL 78.35º 0.48% 0.49% -
HSV(B) 78.35º 0.65% 0.73% -
XYZ 30.91 41.89 11.46 -
YUV 161.14 73.74 119.34 -
System Red Green Blue C M Y K H S L
Decimal 149 186 65 0.20 0 0.65 0.27 78.35 0.48 0.49
Hex 95 BA 41 14 0 41 1B 4E 30 31
Octal 225 272 101 24 0 101 33 116 60 61
Binary 10010101 10111010 1000001 10100 0 1000001 11011 1001110 110000 110001

Color Harmonies of #95BA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BA41

Black with #95BA41

Text Example


Text Example

White with #95BA41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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