Html Css Color HEX #95D449 Atlantis

📋 copy color: '#95D449'

red 149 ◦ green 212 ◦ blue 73

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

Shades of Atlantis #95D449

Tints of Atlantis #95D449

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.85%

 BLUE value IS 73 (28.91% from 255) = 16.82%

R = 34.33%
G = 48.85%
B = 16.82%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#95D449 (or 0x95D449) is known color: Atlantis. HEX triplet: 95, D4 and 49. RGB value is (149,212,73). Sum of RGB (Red+Green+Blue) = 149+212+73=434 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.33% from 434); Green value is 212 (83.20% from 255 or 48.85% from 434); Blue value is 73 (28.91% from 255 or 16.82% from 434); Max value from RGB is 212 - color contains mainly: green. Hex color #95D449 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95D449 is #6A2BB6. Grayscale: #B1B1B1. Windows color (decimal): -6958007 or 4838549. OLE color: 4838549.

HSL color Cylindrical-coordinate representation of color #95D449: hue angle of 87.19º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #95D449 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 149 212 73 -
CMYK 0.30 0 0.66 0.17
HSL 87.19º 0.62% 0.56% -
HSV(B) 87.19º 0.66% 0.83% -
XYZ 37.14 53.96 14.76 -
YUV 177.32 69.13 107.8 -
System Red Green Blue C M Y K H S L
Decimal 149 212 73 0.30 0 0.66 0.17 87.19 0.62 0.56
Hex 95 D4 49 1E 0 42 11 57 3E 38
Octal 225 324 111 36 0 102 21 127 76 70
Binary 10010101 11010100 1001001 11110 0 1000010 10001 1010111 111110 111000

Color Harmonies of #95D449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D449

Black with #95D449

Text Example


Text Example

White with #95D449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,212,73); }

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

background-color css

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

 a { background-color: rgb(149,212,73); }

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

border-color css

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

 span { border-color: rgb(149,212,73); }

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