Html Css Color HEX #95DC50 Atlantis

📋 copy color: '#95DC50'

red 149 ◦ green 220 ◦ blue 80

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

Shades of Atlantis #95DC50

Tints of Atlantis #95DC50

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49%

 BLUE value IS 80 (31.64% from 255) = 17.82%

R = 33.18%
G = 49%
B = 17.82%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#95DC50 (or 0x95DC50) is known color: Atlantis. HEX triplet: 95, DC and 50. RGB value is (149,220,80). Sum of RGB (Red+Green+Blue) = 149+220+80=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 80 (31.64% from 255 or 17.82% from 449); Max value from RGB is 220 - color contains mainly: green. Hex color #95DC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DC50 is #6A23AF. Grayscale: #B7B7B7. Windows color (decimal): -6955952 or 5299349. OLE color: 5299349.

HSL color Cylindrical-coordinate representation of color #95DC50: hue angle of 90.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #95DC50 is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 220 80 -
CMYK 0.32 0 0.64 0.14
HSL 90.43º 0.67% 0.59% -
HSV(B) 90.43º 0.64% 0.86% -
XYZ 39.44 58.16 16.74 -
YUV 182.81 69.98 103.88 -
System Red Green Blue C M Y K H S L
Decimal 149 220 80 0.32 0 0.64 0.14 90.43 0.67 0.59
Hex 95 DC 50 20 0 40 E 5A 43 3B
Octal 225 334 120 40 0 100 16 132 103 73
Binary 10010101 11011100 1010000 100000 0 1000000 1110 1011010 1000011 111011

Color Harmonies of #95DC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DC50

Black with #95DC50

Text Example


Text Example

White with #95DC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,220,80); }

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

background-color css

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

 a { background-color: rgb(149,220,80); }

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

border-color css

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

 span { border-color: rgb(149,220,80); }

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