Html Css Color HEX #4AF91C Harlequin

📋 copy color: '#4AF91C'

red 74 ◦ green 249 ◦ blue 28

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

Shades of Harlequin #4AF91C

Tints of Harlequin #4AF91C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.98%

R = 21.08%
G = 70.94%
B = 7.98%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#4AF91C (or 0x4AF91C) is known color: Harlequin. HEX triplet: 4A, F9 and 1C. RGB value is (74,249,28). Sum of RGB (Red+Green+Blue) = 74+249+28=351 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.08% from 351); Green value is 249 (97.66% from 255 or 70.94% from 351); Blue value is 28 (11.33% from 255 or 7.98% from 351); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF91C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF91C is #B506E3. Grayscale: #ACACAC. Windows color (decimal): -11863780 or 1898826. OLE color: 1898826.

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

Color convert

RGB 74 249 28 -
CMYK 0.70 0 0.89 0.02
HSL 107.51º 0.95% 0.54% -
HSV(B) 107.51º 0.89% 0.98% -
XYZ 36.91 69.29 12.53 -
YUV 171.48 47.02 58.47 -
System Red Green Blue C M Y K H S L
Decimal 74 249 28 0.70 0 0.89 0.02 107.51 0.95 0.54
Hex 4A F9 1C 46 0 59 2 6C 5F 36
Octal 112 371 34 106 0 131 2 154 137 66
Binary 1001010 11111001 11100 1000110 0 1011001 10 1101100 1011111 110110

Color Harmonies of #4AF91C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF91C

Black with #4AF91C

Text Example


Text Example

White with #4AF91C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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