Html Css Color HEX #4AF812 Harlequin

📋 copy color: '#4AF812'

red 74 ◦ green 248 ◦ blue 18

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

Shades of Harlequin #4AF812

Tints of Harlequin #4AF812

RGB

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

 GREEN value IS 248 (97.27% from 255) = 72.94%

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

R = 21.76%
G = 72.94%
B = 5.29%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#4AF812 (or 0x4AF812) is known color: Harlequin. HEX triplet: 4A, F8 and 12. RGB value is (74,248,18). Sum of RGB (Red+Green+Blue) = 74+248+18=340 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.76% from 340); Green value is 248 (97.27% from 255 or 72.94% from 340); Blue value is 18 (7.42% from 255 or 5.29% from 340); Max value from RGB is 248 - color contains mainly: green. Hex color #4AF812 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF812 is #B507ED. Grayscale: #AAAAAA. Windows color (decimal): -11864046 or 1243210. OLE color: 1243210.

HSL color Cylindrical-coordinate representation of color #4AF812: hue angle of 105.39º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4AF812 is Cyan = 0.70, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB 74 248 18 -
CMYK 0.70 0 0.93 0.03
HSL 105.39º 0.94% 0.52% -
HSV(B) 105.39º 0.93% 0.97% -
XYZ 36.5 68.63 11.9 -
YUV 169.75 42.35 59.7 -
System Red Green Blue C M Y K H S L
Decimal 74 248 18 0.70 0 0.93 0.03 105.39 0.94 0.52
Hex 4A F8 12 46 0 5D 3 69 5E 34
Octal 112 370 22 106 0 135 3 151 136 64
Binary 1001010 11111000 10010 1000110 0 1011101 11 1101001 1011110 110100

Color Harmonies of #4AF812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF812

Black with #4AF812

Text Example


Text Example

White with #4AF812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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