Html Css Color HEX #4AF022 Harlequin

📋 copy color: '#4AF022'

red 74 ◦ green 240 ◦ blue 34

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

Shades of Harlequin #4AF022

Tints of Harlequin #4AF022

RGB

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

 GREEN value IS 240 (94.14% from 255) = 68.97%

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

R = 21.26%
G = 68.97%
B = 9.77%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#4AF022 (or 0x4AF022) is known color: Harlequin. HEX triplet: 4A, F0 and 22. RGB value is (74,240,34). Sum of RGB (Red+Green+Blue) = 74+240+34=348 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.26% from 348); Green value is 240 (94.14% from 255 or 68.97% from 348); Blue value is 34 (13.67% from 255 or 9.77% from 348); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF022 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF022 is #B50FDD. Grayscale: #A7A7A7. Windows color (decimal): -11866078 or 2289738. OLE color: 2289738.

HSL color Cylindrical-coordinate representation of color #4AF022: hue angle of 108.35º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4AF022 is Cyan = 0.69, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.

Color convert

RGB 74 240 34 -
CMYK 0.69 0 0.86 0.06
HSL 108.35º 0.87% 0.54% -
HSV(B) 108.35º 0.86% 0.94% -
XYZ 34.27 63.89 12.04 -
YUV 166.88 53 61.75 -
System Red Green Blue C M Y K H S L
Decimal 74 240 34 0.69 0 0.86 0.06 108.35 0.87 0.54
Hex 4A F0 22 45 0 56 6 6C 57 36
Octal 112 360 42 105 0 126 6 154 127 66
Binary 1001010 11110000 100010 1000101 0 1010110 110 1101100 1010111 110110

Color Harmonies of #4AF022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF022

Black with #4AF022

Text Example


Text Example

White with #4AF022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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