Html Css Color HEX #4AF316 Harlequin

📋 copy color: '#4AF316'

red 74 ◦ green 243 ◦ blue 22

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

Shades of Harlequin #4AF316

Tints of Harlequin #4AF316

RGB

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

 GREEN value IS 243 (95.31% from 255) = 71.68%

 BLUE value IS 22 (8.98% from 255) = 6.49%

R = 21.83%
G = 71.68%
B = 6.49%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#4AF316 (or 0x4AF316) is known color: Harlequin. HEX triplet: 4A, F3 and 16. RGB value is (74,243,22). Sum of RGB (Red+Green+Blue) = 74+243+22=339 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.83% from 339); Green value is 243 (95.31% from 255 or 71.68% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 243 - color contains mainly: green. Hex color #4AF316 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF316 is #B50CE9. Grayscale: #A7A7A7. Windows color (decimal): -11865322 or 1504074. OLE color: 1504074.

HSL color Cylindrical-coordinate representation of color #4AF316: hue angle of 105.88º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4AF316 is Cyan = 0.70, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 74 243 22 -
CMYK 0.70 0 0.91 0.05
HSL 105.88º 0.9% 0.52% -
HSV(B) 105.88º 0.91% 0.95% -
XYZ 35.02 65.61 11.58 -
YUV 167.28 46.01 61.47 -
System Red Green Blue C M Y K H S L
Decimal 74 243 22 0.70 0 0.91 0.05 105.88 0.9 0.52
Hex 4A F3 16 46 0 5B 5 6A 5A 34
Octal 112 363 26 106 0 133 5 152 132 64
Binary 1001010 11110011 10110 1000110 0 1011011 101 1101010 1011010 110100

Color Harmonies of #4AF316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF316

Black with #4AF316

Text Example


Text Example

White with #4AF316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,243,22); }

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

background-color css

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

 a { background-color: rgb(74,243,22); }

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

border-color css

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

 span { border-color: rgb(74,243,22); }

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