Html Css Color HEX #4AF211 Harlequin

📋 copy color: '#4AF211'

red 74 ◦ green 242 ◦ blue 17

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

Shades of Harlequin #4AF211

Tints of Harlequin #4AF211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.11%

R = 22.22%
G = 72.67%
B = 5.11%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#4AF211 (or 0x4AF211) is known color: Harlequin. HEX triplet: 4A, F2 and 11. RGB value is (74,242,17). Sum of RGB (Red+Green+Blue) = 74+242+17=333 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.22% from 333); Green value is 242 (94.92% from 255 or 72.67% from 333); Blue value is 17 (7.03% from 255 or 5.11% from 333); Max value from RGB is 242 - color contains mainly: green. Hex color #4AF211 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF211 is #B50DEE. Grayscale: #A6A6A6. Windows color (decimal): -11865583 or 1176138. OLE color: 1176138.

HSL color Cylindrical-coordinate representation of color #4AF211: hue angle of 104.8º 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 #4AF211 is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 74 242 17 -
CMYK 0.69 0 0.93 0.05
HSL 104.8º 0.9% 0.51% -
HSV(B) 104.8º 0.93% 0.95% -
XYZ 34.68 65 11.25 -
YUV 166.12 43.84 62.3 -
System Red Green Blue C M Y K H S L
Decimal 74 242 17 0.69 0 0.93 0.05 104.8 0.9 0.51
Hex 4A F2 11 45 0 5D 5 69 5A 33
Octal 112 362 21 105 0 135 5 151 132 63
Binary 1001010 11110010 10001 1000101 0 1011101 101 1101001 1011010 110011

Color Harmonies of #4AF211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF211

Black with #4AF211

Text Example


Text Example

White with #4AF211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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