#2add05

Color #2ADD05 Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #2ADD05

Tints of Harlequin #2ADD05

Color information

#2ADD05 (or 0x2ADD05) is unknown color: approx Harlequin. HEX triplet: 2A, DD and 05. RGB value is (42,221,5). Sum of RGB (Red+Green+Blue) = 42+221+5=268 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.67% from 268); Green value is 221 (86.72% from 255 or 82.46% from 268); Blue value is 5 (2.34% from 255 or 1.87% from 268); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADD05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ADD05 is #D522FA. Grayscale: #8F8F8F. Windows color (decimal): -13968123 or 384298. OLE color: 384298.

HSL color Cylindrical-coordinate representation of color #2ADD05: hue angle of 109.72º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2ADD05 is Cyan = 0.81, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB422215-
CMYK0.8100.980.13
HSL109.72º95.58%44.31%-
HSV(B)109.72º97.74%86.67%-
XYZ26.8452.228.81-
YUV142.8550.256.06-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.67%
GREEN value IS 221 (86.72% from 255) = 82.46%
BLUE value IS 5 (2.34% from 255) = 1.87%
R=15.67%
G=82.46%
B=1.87%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal4222150.8100.980.13109.7295.5844.31
Hex2ADD551062D6e602c
Octal52335512101421515614054
Binary10101011011101101101000101100010110111011101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2add05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2add05; }

 p { color: rgb(42,221,5); }

 H1.HeaderClassName
 {
   color: #2add05;
 }
 .AnyTagClassName
 {
   color: #2add05;
 }
</style>
background-color css

<style>
 a { background-color: #2add05; }

 a { background-color: rgb(42,221,5); }

 div.DivClassName
 {
   background-color: #2add05;
 }
 .BgClassName
 {
   background-color: #2add05;
 }
</style>
border-color css

<style>
 span { border-color: #2add05; }

 span { border-color: rgb(42,221,5); }

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