Html Css Color HEX #4ADD01 Harlequin

📋 copy color: '#4ADD01'

red 74 ◦ green 221 ◦ blue 1

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

Shades of Harlequin #4ADD01

Tints of Harlequin #4ADD01

RGB

 RED value IS 74 (29.3% from 255) = 25%

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

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 25%
G = 74.66%
B = 0.34%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#4ADD01 (or 0x4ADD01) is known color: Harlequin. HEX triplet: 4A, DD and 01. RGB value is (74,221,1). Sum of RGB (Red+Green+Blue) = 74+221+1=296 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25% from 296); Green value is 221 (86.72% from 255 or 74.66% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADD01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ADD01 is #B522FE. Grayscale: #989898. Windows color (decimal): -11870975 or 122186. OLE color: 122186.

HSL color Cylindrical-coordinate representation of color #4ADD01: hue angle of 100.09º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4ADD01 is Cyan = 0.67, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 221 1 -
CMYK 0.67 0 1.00 0.13
HSL 100.09º 0.99% 0.44% -
HSV(B) 100.09º 1% 0.87% -
XYZ 28.69 53.17 8.78 -
YUV 151.97 42.8 72.39 -
System Red Green Blue C M Y K H S L
Decimal 74 221 1 0.67 0 1.00 0.13 100.09 0.99 0.44
Hex 4A DD 1 43 0 64 D 64 63 2C
Octal 112 335 1 103 0 144 15 144 143 54
Binary 1001010 11011101 1 1000011 0 1100100 1101 1100100 1100011 101100

Color Harmonies of #4ADD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADD01

Black with #4ADD01

Text Example


Text Example

White with #4ADD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4ADD01; }

 p { color: rgb(74,221,1); }

 H1.HeaderClassName
 {
   color: #4ADD01;
 }
 .AnyTagClassName
 {
   color: #4ADD01;
 }
</style>

background-color css

<style>
 a { background-color: #4ADD01; }

 a { background-color: rgb(74,221,1); }

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

border-color css

<style>
 span { border-color: #4ADD01; }

 span { border-color: rgb(74,221,1); }

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