Html Css Color HEX #4AF624 Harlequin

📋 copy color: '#4AF624'

red 74 ◦ green 246 ◦ blue 36

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

Shades of Harlequin #4AF624

Tints of Harlequin #4AF624

RGB

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

 GREEN value IS 246 (96.48% from 255) = 69.1%

 BLUE value IS 36 (14.45% from 255) = 10.11%

R = 20.79%
G = 69.1%
B = 10.11%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#4AF624 (or 0x4AF624) is known color: Harlequin. HEX triplet: 4A, F6 and 24. RGB value is (74,246,36). Sum of RGB (Red+Green+Blue) = 74+246+36=356 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.79% from 356); Green value is 246 (96.48% from 255 or 69.10% from 356); Blue value is 36 (14.45% from 255 or 10.11% from 356); Max value from RGB is 246 - color contains mainly: green. Hex color #4AF624 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF624 is #B509DB. Grayscale: #ABABAB. Windows color (decimal): -11864540 or 2422346. OLE color: 2422346.

HSL color Cylindrical-coordinate representation of color #4AF624: hue angle of 109.14º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4AF624 is Cyan = 0.70, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.

Color convert

RGB 74 246 36 -
CMYK 0.70 0 0.85 0.04
HSL 109.14º 0.92% 0.55% -
HSV(B) 109.14º 0.85% 0.96% -
XYZ 36.1 67.49 12.79 -
YUV 170.63 52.02 59.08 -
System Red Green Blue C M Y K H S L
Decimal 74 246 36 0.70 0 0.85 0.04 109.14 0.92 0.55
Hex 4A F6 24 46 0 55 4 6D 5C 37
Octal 112 366 44 106 0 125 4 155 134 67
Binary 1001010 11110110 100100 1000110 0 1010101 100 1101101 1011100 110111

Color Harmonies of #4AF624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF624

Black with #4AF624

Text Example


Text Example

White with #4AF624

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,246,36); }

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

background-color css

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

 a { background-color: rgb(74,246,36); }

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

border-color css

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

 span { border-color: rgb(74,246,36); }

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