Html Css Color HEX #4AFD28 Harlequin

📋 copy color: '#4AFD28'

red 74 ◦ green 253 ◦ blue 40

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

Shades of Harlequin #4AFD28

Tints of Harlequin #4AFD28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.9%

R = 20.16%
G = 68.94%
B = 10.9%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#4AFD28 (or 0x4AFD28) is known color: Harlequin. HEX triplet: 4A, FD and 28. RGB value is (74,253,40). Sum of RGB (Red+Green+Blue) = 74+253+40=367 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.16% from 367); Green value is 253 (99.22% from 255 or 68.94% from 367); Blue value is 40 (16.02% from 255 or 10.90% from 367); Max value from RGB is 253 - color contains mainly: green. Hex color #4AFD28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AFD28 is #B502D7. Grayscale: #AFAFAF. Windows color (decimal): -11862744 or 2686282. OLE color: 2686282.

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

Color convert

RGB 74 253 40 -
CMYK 0.71 0 0.84 0.01
HSL 110.42º 0.98% 0.57% -
HSV(B) 110.42º 0.84% 0.99% -
XYZ 38.33 71.86 13.86 -
YUV 175.2 51.7 55.82 -
System Red Green Blue C M Y K H S L
Decimal 74 253 40 0.71 0 0.84 0.01 110.42 0.98 0.57
Hex 4A FD 28 47 0 54 1 6E 62 39
Octal 112 375 50 107 0 124 1 156 142 71
Binary 1001010 11111101 101000 1000111 0 1010100 1 1101110 1100010 111001

Color Harmonies of #4AFD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFD28

Black with #4AFD28

Text Example


Text Example

White with #4AFD28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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