Html Css Color HEX #4AFB2A Harlequin

📋 copy color: '#4AFB2A'

red 74 ◦ green 251 ◦ blue 42

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

Shades of Harlequin #4AFB2A

Tints of Harlequin #4AFB2A

RGB

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

 GREEN value IS 251 (98.44% from 255) = 68.39%

 BLUE value IS 42 (16.8% from 255) = 11.44%

R = 20.16%
G = 68.39%
B = 11.44%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#4AFB2A (or 0x4AFB2A) is known color: Harlequin. HEX triplet: 4A, FB and 2A. RGB value is (74,251,42). Sum of RGB (Red+Green+Blue) = 74+251+42=367 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.16% from 367); Green value is 251 (98.44% from 255 or 68.39% from 367); Blue value is 42 (16.80% from 255 or 11.44% from 367); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFB2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AFB2A is #B504D5. Grayscale: #AEAEAE. Windows color (decimal): -11863254 or 2816842. OLE color: 2816842.

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

Color convert

RGB 74 251 42 -
CMYK 0.71 0 0.83 0.02
HSL 110.81º 0.96% 0.57% -
HSV(B) 110.81º 0.83% 0.98% -
XYZ 37.74 70.62 13.83 -
YUV 174.25 53.36 56.49 -
System Red Green Blue C M Y K H S L
Decimal 74 251 42 0.71 0 0.83 0.02 110.81 0.96 0.57
Hex 4A FB 2A 47 0 53 2 6F 60 39
Octal 112 373 52 107 0 123 2 157 140 71
Binary 1001010 11111011 101010 1000111 0 1010011 10 1101111 1100000 111001

Color Harmonies of #4AFB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFB2A

Black with #4AFB2A

Text Example


Text Example

White with #4AFB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,251,42); }

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

background-color css

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

 a { background-color: rgb(74,251,42); }

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

border-color css

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

 span { border-color: rgb(74,251,42); }

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