Html Css Color HEX #95DD50 Atlantis

📋 copy color: '#95DD50'

red 149 ◦ green 221 ◦ blue 80

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

Shades of Atlantis #95DD50

Tints of Atlantis #95DD50

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49.11%

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

R = 33.11%
G = 49.11%
B = 17.78%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#95DD50 (or 0x95DD50) is known color: Atlantis. HEX triplet: 95, DD and 50. RGB value is (149,221,80). Sum of RGB (Red+Green+Blue) = 149+221+80=450 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.11% from 450); Green value is 221 (86.72% from 255 or 49.11% from 450); Blue value is 80 (31.64% from 255 or 17.78% from 450); Max value from RGB is 221 - color contains mainly: green. Hex color #95DD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DD50 is #6A22AF. Grayscale: #B7B7B7. Windows color (decimal): -6955696 or 5299605. OLE color: 5299605.

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

Color convert

RGB 149 221 80 -
CMYK 0.33 0 0.64 0.13
HSL 90.64º 0.67% 0.59% -
HSV(B) 90.64º 0.64% 0.87% -
XYZ 39.7 58.68 16.82 -
YUV 183.4 69.65 103.46 -
System Red Green Blue C M Y K H S L
Decimal 149 221 80 0.33 0 0.64 0.13 90.64 0.67 0.59
Hex 95 DD 50 21 0 40 D 5B 43 3B
Octal 225 335 120 41 0 100 15 133 103 73
Binary 10010101 11011101 1010000 100001 0 1000000 1101 1011011 1000011 111011

Color Harmonies of #95DD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DD50

Black with #95DD50

Text Example


Text Example

White with #95DD50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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