Html Css Color HEX #95D551 Atlantis

📋 copy color: '#95D551'

red 149 ◦ green 213 ◦ blue 81

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

Shades of Atlantis #95D551

Tints of Atlantis #95D551

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.08%

 BLUE value IS 81 (32.03% from 255) = 18.28%

R = 33.63%
G = 48.08%
B = 18.28%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#95D551 (or 0x95D551) is known color: Atlantis. HEX triplet: 95, D5 and 51. RGB value is (149,213,81). Sum of RGB (Red+Green+Blue) = 149+213+81=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 213 (83.59% from 255 or 48.08% from 443); Blue value is 81 (32.03% from 255 or 18.28% from 443); Max value from RGB is 213 - color contains mainly: green. Hex color #95D551 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D551 is #6A2AAE. Grayscale: #B3B3B3. Windows color (decimal): -6957743 or 5363093. OLE color: 5363093.

HSL color Cylindrical-coordinate representation of color #95D551: hue angle of 89.09º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #95D551 is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 213 81 -
CMYK 0.30 0 0.62 0.16
HSL 89.09º 0.61% 0.58% -
HSV(B) 89.09º 0.62% 0.84% -
XYZ 37.67 54.57 16.33 -
YUV 178.82 72.8 106.73 -
System Red Green Blue C M Y K H S L
Decimal 149 213 81 0.30 0 0.62 0.16 89.09 0.61 0.58
Hex 95 D5 51 1E 0 3E 10 59 3D 3A
Octal 225 325 121 36 0 76 20 131 75 72
Binary 10010101 11010101 1010001 11110 0 111110 10000 1011001 111101 111010

Color Harmonies of #95D551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D551

Black with #95D551

Text Example


Text Example

White with #95D551

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,213,81); }

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

background-color css

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

 a { background-color: rgb(149,213,81); }

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

border-color css

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

 span { border-color: rgb(149,213,81); }

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