Html Css Color HEX #4AF310 Harlequin

📋 copy color: '#4AF310'

red 74 ◦ green 243 ◦ blue 16

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

Shades of Harlequin #4AF310

Tints of Harlequin #4AF310

RGB

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

 GREEN value IS 243 (95.31% from 255) = 72.97%

 BLUE value IS 16 (6.64% from 255) = 4.8%

R = 22.22%
G = 72.97%
B = 4.8%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#4AF310 (or 0x4AF310) is known color: Harlequin. HEX triplet: 4A, F3 and 10. RGB value is (74,243,16). Sum of RGB (Red+Green+Blue) = 74+243+16=333 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.22% from 333); Green value is 243 (95.31% from 255 or 72.97% from 333); Blue value is 16 (6.64% from 255 or 4.80% from 333); Max value from RGB is 243 - color contains mainly: green. Hex color #4AF310 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF310 is #B50CEF. Grayscale: #A7A7A7. Windows color (decimal): -11865328 or 1110858. OLE color: 1110858.

HSL color Cylindrical-coordinate representation of color #4AF310: hue angle of 104.67º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4AF310 is Cyan = 0.70, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 74 243 16 -
CMYK 0.70 0 0.93 0.05
HSL 104.67º 0.9% 0.51% -
HSV(B) 104.67º 0.93% 0.95% -
XYZ 34.97 65.59 11.31 -
YUV 166.59 43.01 61.96 -
System Red Green Blue C M Y K H S L
Decimal 74 243 16 0.70 0 0.93 0.05 104.67 0.9 0.51
Hex 4A F3 10 46 0 5D 5 69 5A 33
Octal 112 363 20 106 0 135 5 151 132 63
Binary 1001010 11110011 10000 1000110 0 1011101 101 1101001 1011010 110011

Color Harmonies of #4AF310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF310

Black with #4AF310

Text Example


Text Example

White with #4AF310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,243,16); }

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

background-color css

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

 a { background-color: rgb(74,243,16); }

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

border-color css

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

 span { border-color: rgb(74,243,16); }

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