Html Css Color HEX #4AFB12 Harlequin

📋 copy color: '#4AFB12'

red 74 ◦ green 251 ◦ blue 18

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

Shades of Harlequin #4AFB12

Tints of Harlequin #4AFB12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.25%

R = 21.57%
G = 73.18%
B = 5.25%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#4AFB12 (or 0x4AFB12) is known color: Harlequin. HEX triplet: 4A, FB and 12. RGB value is (74,251,18). Sum of RGB (Red+Green+Blue) = 74+251+18=343 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.57% from 343); Green value is 251 (98.44% from 255 or 73.18% from 343); Blue value is 18 (7.42% from 255 or 5.25% from 343); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFB12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AFB12 is #B504ED. Grayscale: #ACACAC. Windows color (decimal): -11863278 or 1243978. OLE color: 1243978.

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

Color convert

RGB 74 251 18 -
CMYK 0.71 0 0.93 0.02
HSL 105.58º 0.97% 0.53% -
HSV(B) 105.58º 0.93% 0.98% -
XYZ 37.43 70.49 12.21 -
YUV 171.52 41.36 58.45 -
System Red Green Blue C M Y K H S L
Decimal 74 251 18 0.71 0 0.93 0.02 105.58 0.97 0.53
Hex 4A FB 12 47 0 5D 2 6A 61 35
Octal 112 373 22 107 0 135 2 152 141 65
Binary 1001010 11111011 10010 1000111 0 1011101 10 1101010 1100001 110101

Color Harmonies of #4AFB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFB12

Black with #4AFB12

Text Example


Text Example

White with #4AFB12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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