Html Css Color HEX #4AF714 Harlequin

📋 copy color: '#4AF714'

red 74 ◦ green 247 ◦ blue 20

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

Shades of Harlequin #4AF714

Tints of Harlequin #4AF714

RGB

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

 GREEN value IS 247 (96.88% from 255) = 72.43%

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

R = 21.7%
G = 72.43%
B = 5.87%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#4AF714 (or 0x4AF714) is known color: Harlequin. HEX triplet: 4A, F7 and 14. RGB value is (74,247,20). Sum of RGB (Red+Green+Blue) = 74+247+20=341 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.70% from 341); Green value is 247 (96.88% from 255 or 72.43% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 247 - color contains mainly: green. Hex color #4AF714 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF714 is #B508EB. Grayscale: #AAAAAA. Windows color (decimal): -11864300 or 1374026. OLE color: 1374026.

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

Color convert

RGB 74 247 20 -
CMYK 0.70 0 0.92 0.03
HSL 105.73º 0.93% 0.52% -
HSV(B) 105.73º 0.92% 0.97% -
XYZ 36.21 68.03 11.88 -
YUV 169.4 43.69 59.96 -
System Red Green Blue C M Y K H S L
Decimal 74 247 20 0.70 0 0.92 0.03 105.73 0.93 0.52
Hex 4A F7 14 46 0 5C 3 6A 5D 34
Octal 112 367 24 106 0 134 3 152 135 64
Binary 1001010 11110111 10100 1000110 0 1011100 11 1101010 1011101 110100

Color Harmonies of #4AF714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF714

Black with #4AF714

Text Example


Text Example

White with #4AF714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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