#95DD33

Color #95DD33 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #95DD33

Tints of Atlantis #95DD33

Color information

#95DD33 (or 0x95DD33) is unknown color: approx 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

RGB14922151-
CMYK0.3300.770.13
HSL85.41º71.43%53.33%-
HSV(B)85.41º76.92%86.67%-
XYZ38.8558.3412.35-
YUV180.0955.15105.82-

RGB Variations

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

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 (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal149221510.3300.770.1385.4171.4353.33
Hex95DD332104DD554735
Octal225335634101151512510765
Binary100101011101110111001110000101001101110110101011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>