Html Css Color HEX #95DD33 Atlantis

📋 copy color: '#95DD33'

red 149 ◦ green 221 ◦ blue 51

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

Shades of Atlantis #95DD33

Tints of Atlantis #95DD33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.11%

R = 35.39%
G = 52.49%
B = 12.11%

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

#95DD33 (or 0x95DD33) is known color: Atlantis. HEX triplet: 95, DD and 33. RGB value is (149,221,51). Sum of RGB (Red+Green+Blue) = 149+221+51=421 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.39% from 421); Green value is 221 (86.72% from 255 or 52.49% from 421); Blue value is 51 (20.31% from 255 or 12.11% from 421); Max value from RGB is 221 - color contains mainly: green. Hex color #95DD33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95DD33 is #6A22CC. Grayscale: #B4B4B4. Windows color (decimal): -6955725 or 3399061. OLE color: 3399061.

HSL color Cylindrical-coordinate representation of color #95DD33: hue angle of 85.41º degrees, saturation: 0.71, 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 #95DD33 is Cyan = 0.33, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 221 51 -
CMYK 0.33 0 0.77 0.13
HSL 85.41º 0.71% 0.53% -
HSV(B) 85.41º 0.77% 0.87% -
XYZ 38.85 58.34 12.35 -
YUV 180.09 55.15 105.82 -
System Red Green Blue C M Y K H S L
Decimal 149 221 51 0.33 0 0.77 0.13 85.41 0.71 0.53
Hex 95 DD 33 21 0 4D D 55 47 35
Octal 225 335 63 41 0 115 15 125 107 65
Binary 10010101 11011101 110011 100001 0 1001101 1101 1010101 1000111 110101

Color Harmonies of #95DD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DD33

Black with #95DD33

Text Example


Text Example

White with #95DD33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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