Html Css Color HEX #4AF314 Harlequin

📋 copy color: '#4AF314'

red 74 ◦ green 243 ◦ blue 20

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

Shades of Harlequin #4AF314

Tints of Harlequin #4AF314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.93%

R = 21.96%
G = 72.11%
B = 5.93%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#4AF314 (or 0x4AF314) is known color: Harlequin. HEX triplet: 4A, F3 and 14. RGB value is (74,243,20). Sum of RGB (Red+Green+Blue) = 74+243+20=337 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.96% from 337); Green value is 243 (95.31% from 255 or 72.11% from 337); Blue value is 20 (8.20% from 255 or 5.93% from 337); Max value from RGB is 243 - color contains mainly: green. Hex color #4AF314 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF314 is #B50CEB. Grayscale: #A7A7A7. Windows color (decimal): -11865324 or 1373002. OLE color: 1373002.

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

Color convert

RGB 74 243 20 -
CMYK 0.70 0 0.92 0.05
HSL 105.47º 0.9% 0.52% -
HSV(B) 105.47º 0.92% 0.95% -
XYZ 35 65.61 11.48 -
YUV 167.05 45.01 61.63 -
System Red Green Blue C M Y K H S L
Decimal 74 243 20 0.70 0 0.92 0.05 105.47 0.9 0.52
Hex 4A F3 14 46 0 5C 5 69 5A 34
Octal 112 363 24 106 0 134 5 151 132 64
Binary 1001010 11110011 10100 1000110 0 1011100 101 1101001 1011010 110100

Color Harmonies of #4AF314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF314

Black with #4AF314

Text Example


Text Example

White with #4AF314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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