Html Css Color HEX #4AF914 Harlequin

📋 copy color: '#4AF914'

red 74 ◦ green 249 ◦ blue 20

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

Shades of Harlequin #4AF914

Tints of Harlequin #4AF914

RGB

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

 GREEN value IS 249 (97.66% from 255) = 72.59%

 BLUE value IS 20 (8.2% from 255) = 5.83%

R = 21.57%
G = 72.59%
B = 5.83%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#4AF914 (or 0x4AF914) is known color: Harlequin. HEX triplet: 4A, F9 and 14. RGB value is (74,249,20). Sum of RGB (Red+Green+Blue) = 74+249+20=343 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.57% from 343); Green value is 249 (97.66% from 255 or 72.59% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF914 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF914 is #B506EB. Grayscale: #ABABAB. Windows color (decimal): -11863788 or 1374538. OLE color: 1374538.

HSL color Cylindrical-coordinate representation of color #4AF914: hue angle of 105.85º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4AF914 is Cyan = 0.70, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 74 249 20 -
CMYK 0.70 0 0.92 0.02
HSL 105.85º 0.95% 0.53% -
HSV(B) 105.85º 0.92% 0.98% -
XYZ 36.83 69.26 12.09 -
YUV 170.57 43.02 59.12 -
System Red Green Blue C M Y K H S L
Decimal 74 249 20 0.70 0 0.92 0.02 105.85 0.95 0.53
Hex 4A F9 14 46 0 5C 2 6A 5F 35
Octal 112 371 24 106 0 134 2 152 137 65
Binary 1001010 11111001 10100 1000110 0 1011100 10 1101010 1011111 110101

Color Harmonies of #4AF914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF914

Black with #4AF914

Text Example


Text Example

White with #4AF914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,249,20); }

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

background-color css

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

 a { background-color: rgb(74,249,20); }

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

border-color css

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

 span { border-color: rgb(74,249,20); }

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