Html Css Color HEX #4AF91F Harlequin

📋 copy color: '#4AF91F'

red 74 ◦ green 249 ◦ blue 31

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

Shades of Harlequin #4AF91F

Tints of Harlequin #4AF91F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.76%

R = 20.9%
G = 70.34%
B = 8.76%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#4AF91F (or 0x4AF91F) is known color: Harlequin. HEX triplet: 4A, F9 and 1F. RGB value is (74,249,31). Sum of RGB (Red+Green+Blue) = 74+249+31=354 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.90% from 354); Green value is 249 (97.66% from 255 or 70.34% from 354); Blue value is 31 (12.5% from 255 or 8.76% from 354); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF91F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF91F is #B506E0. Grayscale: #ACACAC. Windows color (decimal): -11863777 or 2095434. OLE color: 2095434.

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

Color convert

RGB 74 249 31 -
CMYK 0.70 0 0.88 0.02
HSL 108.17º 0.95% 0.55% -
HSV(B) 108.17º 0.88% 0.98% -
XYZ 36.95 69.31 12.73 -
YUV 171.82 48.52 58.23 -
System Red Green Blue C M Y K H S L
Decimal 74 249 31 0.70 0 0.88 0.02 108.17 0.95 0.55
Hex 4A F9 1F 46 0 58 2 6C 5F 37
Octal 112 371 37 106 0 130 2 154 137 67
Binary 1001010 11111001 11111 1000110 0 1011000 10 1101100 1011111 110111

Color Harmonies of #4AF91F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF91F

Black with #4AF91F

Text Example


Text Example

White with #4AF91F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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