Html Css Color HEX #4AFA2A Harlequin

📋 copy color: '#4AFA2A'

red 74 ◦ green 250 ◦ blue 42

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

Shades of Harlequin #4AFA2A

Tints of Harlequin #4AFA2A

RGB

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

 GREEN value IS 250 (98.05% from 255) = 68.31%

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

R = 20.22%
G = 68.31%
B = 11.48%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#4AFA2A (or 0x4AFA2A) is known color: Harlequin. HEX triplet: 4A, FA and 2A. RGB value is (74,250,42). Sum of RGB (Red+Green+Blue) = 74+250+42=366 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.22% from 366); Green value is 250 (98.05% from 255 or 68.31% from 366); Blue value is 42 (16.80% from 255 or 11.48% from 366); Max value from RGB is 250 - color contains mainly: green. Hex color #4AFA2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AFA2A is #B505D5. Grayscale: #AEAEAE. Windows color (decimal): -11863510 or 2816586. OLE color: 2816586.

HSL color Cylindrical-coordinate representation of color #4AFA2A: hue angle of 110.77º degrees, saturation: 0.95, 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 #4AFA2A is Cyan = 0.70, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 74 250 42 -
CMYK 0.70 0 0.83 0.02
HSL 110.77º 0.95% 0.57% -
HSV(B) 110.77º 0.83% 0.98% -
XYZ 37.43 69.99 13.73 -
YUV 173.66 53.69 56.91 -
System Red Green Blue C M Y K H S L
Decimal 74 250 42 0.70 0 0.83 0.02 110.77 0.95 0.57
Hex 4A FA 2A 46 0 53 2 6F 5F 39
Octal 112 372 52 106 0 123 2 157 137 71
Binary 1001010 11111010 101010 1000110 0 1010011 10 1101111 1011111 111001

Color Harmonies of #4AFA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFA2A

Black with #4AFA2A

Text Example


Text Example

White with #4AFA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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