Html Css Color HEX #4AF213 Harlequin

📋 copy color: '#4AF213'

red 74 ◦ green 242 ◦ blue 19

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

Shades of Harlequin #4AF213

Tints of Harlequin #4AF213

RGB

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

 GREEN value IS 242 (94.92% from 255) = 72.24%

 BLUE value IS 19 (7.81% from 255) = 5.67%

R = 22.09%
G = 72.24%
B = 5.67%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#4AF213 (or 0x4AF213) is known color: Harlequin. HEX triplet: 4A, F2 and 13. RGB value is (74,242,19). Sum of RGB (Red+Green+Blue) = 74+242+19=335 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.09% from 335); Green value is 242 (94.92% from 255 or 72.24% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 242 - color contains mainly: green. Hex color #4AF213 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF213 is #B50DEC. Grayscale: #A7A7A7. Windows color (decimal): -11865581 or 1307210. OLE color: 1307210.

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

Color convert

RGB 74 242 19 -
CMYK 0.69 0 0.92 0.05
HSL 105.2º 0.9% 0.51% -
HSV(B) 105.2º 0.92% 0.95% -
XYZ 34.69 65.01 11.34 -
YUV 166.35 44.84 62.13 -
System Red Green Blue C M Y K H S L
Decimal 74 242 19 0.69 0 0.92 0.05 105.2 0.9 0.51
Hex 4A F2 13 45 0 5C 5 69 5A 33
Octal 112 362 23 105 0 134 5 151 132 63
Binary 1001010 11110010 10011 1000101 0 1011100 101 1101001 1011010 110011

Color Harmonies of #4AF213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF213

Black with #4AF213

Text Example


Text Example

White with #4AF213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,242,19); }

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

background-color css

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

 a { background-color: rgb(74,242,19); }

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

border-color css

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

 span { border-color: rgb(74,242,19); }

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