Html Css Color HEX #4AFD33 Harlequin

📋 copy color: '#4AFD33'

red 74 ◦ green 253 ◦ blue 51

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

Shades of Harlequin #4AFD33

Tints of Harlequin #4AFD33

RGB

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

 GREEN value IS 253 (99.22% from 255) = 66.93%

 BLUE value IS 51 (20.31% from 255) = 13.49%

R = 19.58%
G = 66.93%
B = 13.49%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#4AFD33 (or 0x4AFD33) is known color: Harlequin. HEX triplet: 4A, FD and 33. RGB value is (74,253,51). Sum of RGB (Red+Green+Blue) = 74+253+51=378 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.58% from 378); Green value is 253 (99.22% from 255 or 66.93% from 378); Blue value is 51 (20.31% from 255 or 13.49% from 378); Max value from RGB is 253 - color contains mainly: green. Hex color #4AFD33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AFD33 is #B502CC. Grayscale: #B1B1B1. Windows color (decimal): -11862733 or 3407178. OLE color: 3407178.

HSL color Cylindrical-coordinate representation of color #4AFD33: hue angle of 113.17º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4AFD33 is Cyan = 0.71, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB 74 253 51 -
CMYK 0.71 0 0.80 0.01
HSL 113.17º 0.98% 0.6% -
HSV(B) 113.17º 0.8% 0.99% -
XYZ 38.55 71.95 14.99 -
YUV 176.45 57.2 54.93 -
System Red Green Blue C M Y K H S L
Decimal 74 253 51 0.71 0 0.80 0.01 113.17 0.98 0.6
Hex 4A FD 33 47 0 50 1 71 62 3C
Octal 112 375 63 107 0 120 1 161 142 74
Binary 1001010 11111101 110011 1000111 0 1010000 1 1110001 1100010 111100

Color Harmonies of #4AFD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFD33

Black with #4AFD33

Text Example


Text Example

White with #4AFD33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,253,51); }

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

background-color css

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

 a { background-color: rgb(74,253,51); }

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

border-color css

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

 span { border-color: rgb(74,253,51); }

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