Html Css Color HEX #4AFB18 Harlequin

📋 copy color: '#4AFB18'

red 74 ◦ green 251 ◦ blue 24

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

Shades of Harlequin #4AFB18

Tints of Harlequin #4AFB18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.88%

R = 21.2%
G = 71.92%
B = 6.88%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#4AFB18 (or 0x4AFB18) is known color: Harlequin. HEX triplet: 4A, FB and 18. RGB value is (74,251,24). Sum of RGB (Red+Green+Blue) = 74+251+24=349 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.20% from 349); Green value is 251 (98.44% from 255 or 71.92% from 349); Blue value is 24 (9.77% from 255 or 6.88% from 349); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFB18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AFB18 is #B504E7. Grayscale: #ACACAC. Windows color (decimal): -11863272 or 1637194. OLE color: 1637194.

HSL color Cylindrical-coordinate representation of color #4AFB18: hue angle of 106.78º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4AFB18 is Cyan = 0.71, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 74 251 24 -
CMYK 0.71 0 0.90 0.02
HSL 106.78º 0.97% 0.54% -
HSV(B) 106.78º 0.9% 0.98% -
XYZ 37.49 70.52 12.5 -
YUV 172.2 44.36 57.96 -
System Red Green Blue C M Y K H S L
Decimal 74 251 24 0.71 0 0.90 0.02 106.78 0.97 0.54
Hex 4A FB 18 47 0 5A 2 6B 61 36
Octal 112 373 30 107 0 132 2 153 141 66
Binary 1001010 11111011 11000 1000111 0 1011010 10 1101011 1100001 110110

Color Harmonies of #4AFB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFB18

Black with #4AFB18

Text Example


Text Example

White with #4AFB18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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