Html Css Color HEX #4ADF03 Harlequin

📋 copy color: '#4ADF03'

red 74 ◦ green 223 ◦ blue 3

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

Shades of Harlequin #4ADF03

Tints of Harlequin #4ADF03

RGB

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

 GREEN value IS 223 (87.5% from 255) = 74.33%

 BLUE value IS 3 (1.56% from 255) = 1%

R = 24.67%
G = 74.33%
B = 1%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#4ADF03 (or 0x4ADF03) is known color: Harlequin. HEX triplet: 4A, DF and 03. RGB value is (74,223,3). Sum of RGB (Red+Green+Blue) = 74+223+3=300 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.67% from 300); Green value is 223 (87.5% from 255 or 74.33% from 300); Blue value is 3 (1.56% from 255 or 1% from 300); Max value from RGB is 223 - color contains mainly: green. Hex color #4ADF03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ADF03 is #B520FC. Grayscale: #9A9A9A. Windows color (decimal): -11870461 or 253770. OLE color: 253770.

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

Color convert

RGB 74 223 3 -
CMYK 0.67 0 0.99 0.13
HSL 100.64º 0.97% 0.44% -
HSV(B) 100.64º 0.99% 0.87% -
XYZ 29.23 54.24 9.01 -
YUV 153.37 43.14 71.39 -
System Red Green Blue C M Y K H S L
Decimal 74 223 3 0.67 0 0.99 0.13 100.64 0.97 0.44
Hex 4A DF 3 43 0 63 D 65 61 2C
Octal 112 337 3 103 0 143 15 145 141 54
Binary 1001010 11011111 11 1000011 0 1100011 1101 1100101 1100001 101100

Color Harmonies of #4ADF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADF03

Black with #4ADF03

Text Example


Text Example

White with #4ADF03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,223,3); }

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

background-color css

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

 a { background-color: rgb(74,223,3); }

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

border-color css

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

 span { border-color: rgb(74,223,3); }

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