Html Css Color HEX #4AFD1C Harlequin

📋 copy color: '#4AFD1C'

red 74 ◦ green 253 ◦ blue 28

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

Shades of Harlequin #4AFD1C

Tints of Harlequin #4AFD1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.89%

R = 20.85%
G = 71.27%
B = 7.89%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#4AFD1C (or 0x4AFD1C) is known color: Harlequin. HEX triplet: 4A, FD and 1C. RGB value is (74,253,28). Sum of RGB (Red+Green+Blue) = 74+253+28=355 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.85% from 355); Green value is 253 (99.22% from 255 or 71.27% from 355); Blue value is 28 (11.33% from 255 or 7.89% from 355); Max value from RGB is 253 - color contains mainly: green. Hex color #4AFD1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AFD1C is #B502E3. Grayscale: #AEAEAE. Windows color (decimal): -11862756 or 1899850. OLE color: 1899850.

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

Color convert

RGB 74 253 28 -
CMYK 0.71 0 0.89 0.01
HSL 107.73º 0.98% 0.55% -
HSV(B) 107.73º 0.89% 0.99% -
XYZ 38.16 71.79 12.94 -
YUV 173.83 45.7 56.8 -
System Red Green Blue C M Y K H S L
Decimal 74 253 28 0.71 0 0.89 0.01 107.73 0.98 0.55
Hex 4A FD 1C 47 0 59 1 6C 62 37
Octal 112 375 34 107 0 131 1 154 142 67
Binary 1001010 11111101 11100 1000111 0 1011001 1 1101100 1100010 110111

Color Harmonies of #4AFD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFD1C

Black with #4AFD1C

Text Example


Text Example

White with #4AFD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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