Html Css Color HEX #95DD32 Atlantis

📋 copy color: '#95DD32'

red 149 ◦ green 221 ◦ blue 50

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

Shades of Atlantis #95DD32

Tints of Atlantis #95DD32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.9%

R = 35.48%
G = 52.62%
B = 11.9%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#95DD32 (or 0x95DD32) is known color: Atlantis. HEX triplet: 95, DD and 32. RGB value is (149,221,50). Sum of RGB (Red+Green+Blue) = 149+221+50=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 221 (86.72% from 255 or 52.62% from 420); Blue value is 50 (19.92% from 255 or 11.90% from 420); Max value from RGB is 221 - color contains mainly: green. Hex color #95DD32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95DD32 is #6A22CD. Grayscale: #B4B4B4. Windows color (decimal): -6955726 or 3333525. OLE color: 3333525.

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

Color convert

RGB 149 221 50 -
CMYK 0.33 0 0.77 0.13
HSL 85.26º 0.72% 0.53% -
HSV(B) 85.26º 0.77% 0.87% -
XYZ 38.83 58.33 12.23 -
YUV 179.98 54.65 105.9 -
System Red Green Blue C M Y K H S L
Decimal 149 221 50 0.33 0 0.77 0.13 85.26 0.72 0.53
Hex 95 DD 32 21 0 4D D 55 48 35
Octal 225 335 62 41 0 115 15 125 110 65
Binary 10010101 11011101 110010 100001 0 1001101 1101 1010101 1001000 110101

Color Harmonies of #95DD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DD32

Black with #95DD32

Text Example


Text Example

White with #95DD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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