Html Css Color HEX #4AF802 Harlequin

📋 copy color: '#4AF802'

red 74 ◦ green 248 ◦ blue 2

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

Shades of Harlequin #4AF802

Tints of Harlequin #4AF802

RGB

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

 GREEN value IS 248 (97.27% from 255) = 76.54%

 BLUE value IS 2 (1.17% from 255) = 0.62%

R = 22.84%
G = 76.54%
B = 0.62%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#4AF802 (or 0x4AF802) is known color: Harlequin. HEX triplet: 4A, F8 and 02. RGB value is (74,248,2). Sum of RGB (Red+Green+Blue) = 74+248+2=324 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.84% from 324); Green value is 248 (97.27% from 255 or 76.54% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 248 - color contains mainly: green. Hex color #4AF802 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF802 is #B507FD. Grayscale: #A8A8A8. Windows color (decimal): -11864062 or 194634. OLE color: 194634.

HSL color Cylindrical-coordinate representation of color #4AF802: hue angle of 102.44º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4AF802 is Cyan = 0.70, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.

Color convert

RGB 74 248 2 -
CMYK 0.70 0 0.99 0.03
HSL 102.44º 0.98% 0.49% -
HSV(B) 102.44º 0.99% 0.97% -
XYZ 36.4 68.6 11.38 -
YUV 167.93 34.35 61 -
System Red Green Blue C M Y K H S L
Decimal 74 248 2 0.70 0 0.99 0.03 102.44 0.98 0.49
Hex 4A F8 2 46 0 63 3 66 62 31
Octal 112 370 2 106 0 143 3 146 142 61
Binary 1001010 11111000 10 1000110 0 1100011 11 1100110 1100010 110001

Color Harmonies of #4AF802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF802

Black with #4AF802

Text Example


Text Example

White with #4AF802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,248,2); }

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

background-color css

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

 a { background-color: rgb(74,248,2); }

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

border-color css

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

 span { border-color: rgb(74,248,2); }

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