Html Css Color HEX #4AF62B Harlequin

📋 copy color: '#4AF62B'

red 74 ◦ green 246 ◦ blue 43

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

Shades of Harlequin #4AF62B

Tints of Harlequin #4AF62B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.85%

R = 20.39%
G = 67.77%
B = 11.85%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#4AF62B (or 0x4AF62B) is known color: Harlequin. HEX triplet: 4A, F6 and 2B. RGB value is (74,246,43). Sum of RGB (Red+Green+Blue) = 74+246+43=363 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.39% from 363); Green value is 246 (96.48% from 255 or 67.77% from 363); Blue value is 43 (17.19% from 255 or 11.85% from 363); Max value from RGB is 246 - color contains mainly: green. Hex color #4AF62B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF62B is #B509D4. Grayscale: #ACACAC. Windows color (decimal): -11864533 or 2881098. OLE color: 2881098.

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

Color convert

RGB 74 246 43 -
CMYK 0.70 0 0.83 0.04
HSL 110.84º 0.92% 0.57% -
HSV(B) 110.84º 0.83% 0.96% -
XYZ 36.22 67.54 13.41 -
YUV 171.43 55.52 58.51 -
System Red Green Blue C M Y K H S L
Decimal 74 246 43 0.70 0 0.83 0.04 110.84 0.92 0.57
Hex 4A F6 2B 46 0 53 4 6F 5C 39
Octal 112 366 53 106 0 123 4 157 134 71
Binary 1001010 11110110 101011 1000110 0 1010011 100 1101111 1011100 111001

Color Harmonies of #4AF62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF62B

Black with #4AF62B

Text Example


Text Example

White with #4AF62B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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