Html Css Color HEX #4AF922 Harlequin

📋 copy color: '#4AF922'

red 74 ◦ green 249 ◦ blue 34

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

Shades of Harlequin #4AF922

Tints of Harlequin #4AF922

RGB

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

 GREEN value IS 249 (97.66% from 255) = 69.75%

 BLUE value IS 34 (13.67% from 255) = 9.52%

R = 20.73%
G = 69.75%
B = 9.52%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#4AF922 (or 0x4AF922) is known color: Harlequin. HEX triplet: 4A, F9 and 22. RGB value is (74,249,34). Sum of RGB (Red+Green+Blue) = 74+249+34=357 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.73% from 357); Green value is 249 (97.66% from 255 or 69.75% from 357); Blue value is 34 (13.67% from 255 or 9.52% from 357); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF922 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF922 is #B506DD. Grayscale: #ACACAC. Windows color (decimal): -11863774 or 2292042. OLE color: 2292042.

HSL color Cylindrical-coordinate representation of color #4AF922: hue angle of 108.84º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4AF922 is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB 74 249 34 -
CMYK 0.70 0 0.86 0.02
HSL 108.84º 0.95% 0.55% -
HSV(B) 108.84º 0.86% 0.98% -
XYZ 36.99 69.32 12.94 -
YUV 172.17 50.02 57.98 -
System Red Green Blue C M Y K H S L
Decimal 74 249 34 0.70 0 0.86 0.02 108.84 0.95 0.55
Hex 4A F9 22 46 0 56 2 6D 5F 37
Octal 112 371 42 106 0 126 2 155 137 67
Binary 1001010 11111001 100010 1000110 0 1010110 10 1101101 1011111 110111

Color Harmonies of #4AF922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF922

Black with #4AF922

Text Example


Text Example

White with #4AF922

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,249,34); }

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

background-color css

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

 a { background-color: rgb(74,249,34); }

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

border-color css

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

 span { border-color: rgb(74,249,34); }

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