Html Css Color HEX #4AF711 Harlequin

📋 copy color: '#4AF711'

red 74 ◦ green 247 ◦ blue 17

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

Shades of Harlequin #4AF711

Tints of Harlequin #4AF711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.03%

R = 21.89%
G = 73.08%
B = 5.03%

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

#4AF711 (or 0x4AF711) is known color: Harlequin. HEX triplet: 4A, F7 and 11. RGB value is (74,247,17). Sum of RGB (Red+Green+Blue) = 74+247+17=338 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.89% from 338); Green value is 247 (96.88% from 255 or 73.08% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 247 - color contains mainly: green. Hex color #4AF711 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF711 is #B508EE. Grayscale: #A9A9A9. Windows color (decimal): -11864303 or 1177418. OLE color: 1177418.

HSL color Cylindrical-coordinate representation of color #4AF711: hue angle of 105.13º degrees, saturation: 0.93, 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 #4AF711 is Cyan = 0.70, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB 74 247 17 -
CMYK 0.70 0 0.93 0.03
HSL 105.13º 0.93% 0.52% -
HSV(B) 105.13º 0.93% 0.97% -
XYZ 36.19 68.02 11.75 -
YUV 169.05 42.19 60.2 -
System Red Green Blue C M Y K H S L
Decimal 74 247 17 0.70 0 0.93 0.03 105.13 0.93 0.52
Hex 4A F7 11 46 0 5D 3 69 5D 34
Octal 112 367 21 106 0 135 3 151 135 64
Binary 1001010 11110111 10001 1000110 0 1011101 11 1101001 1011101 110100

Color Harmonies of #4AF711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF711

Black with #4AF711

Text Example


Text Example

White with #4AF711

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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