Html Css Color HEX #4AFD0C Harlequin

📋 copy color: '#4AFD0C'

red 74 ◦ green 253 ◦ blue 12

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

Shades of Harlequin #4AFD0C

Tints of Harlequin #4AFD0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.54%

R = 21.83%
G = 74.63%
B = 3.54%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#4AFD0C (or 0x4AFD0C) is known color: Harlequin. HEX triplet: 4A, FD and 0C. RGB value is (74,253,12). Sum of RGB (Red+Green+Blue) = 74+253+12=339 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.83% from 339); Green value is 253 (99.22% from 255 or 74.63% from 339); Blue value is 12 (5.08% from 255 or 3.54% from 339); Max value from RGB is 253 - color contains mainly: green. Hex color #4AFD0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AFD0C is #B502F3. Grayscale: #ACACAC. Windows color (decimal): -11862772 or 851274. OLE color: 851274.

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

Color convert

RGB 74 253 12 -
CMYK 0.71 0 0.95 0.01
HSL 104.56º 0.98% 0.52% -
HSV(B) 104.56º 0.95% 0.99% -
XYZ 38.02 71.73 12.19 -
YUV 172.01 37.7 58.1 -
System Red Green Blue C M Y K H S L
Decimal 74 253 12 0.71 0 0.95 0.01 104.56 0.98 0.52
Hex 4A FD C 47 0 5F 1 69 62 34
Octal 112 375 14 107 0 137 1 151 142 64
Binary 1001010 11111101 1100 1000111 0 1011111 1 1101001 1100010 110100

Color Harmonies of #4AFD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFD0C

Black with #4AFD0C

Text Example


Text Example

White with #4AFD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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