Html Css Color HEX #4AF817 Harlequin

📋 copy color: '#4AF817'

red 74 ◦ green 248 ◦ blue 23

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

Shades of Harlequin #4AF817

Tints of Harlequin #4AF817

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.67%

R = 21.45%
G = 71.88%
B = 6.67%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#4AF817 (or 0x4AF817) is known color: Harlequin. HEX triplet: 4A, F8 and 17. RGB value is (74,248,23). Sum of RGB (Red+Green+Blue) = 74+248+23=345 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.45% from 345); Green value is 248 (97.27% from 255 or 71.88% from 345); Blue value is 23 (9.38% from 255 or 6.67% from 345); Max value from RGB is 248 - color contains mainly: green. Hex color #4AF817 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF817 is #B507E8. Grayscale: #ABABAB. Windows color (decimal): -11864041 or 1570890. OLE color: 1570890.

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

Color convert

RGB 74 248 23 -
CMYK 0.70 0 0.91 0.03
HSL 106.4º 0.94% 0.53% -
HSV(B) 106.4º 0.91% 0.97% -
XYZ 36.55 68.65 12.14 -
YUV 170.32 44.85 59.3 -
System Red Green Blue C M Y K H S L
Decimal 74 248 23 0.70 0 0.91 0.03 106.4 0.94 0.53
Hex 4A F8 17 46 0 5B 3 6A 5E 35
Octal 112 370 27 106 0 133 3 152 136 65
Binary 1001010 11111000 10111 1000110 0 1011011 11 1101010 1011110 110101

Color Harmonies of #4AF817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF817

Black with #4AF817

Text Example


Text Example

White with #4AF817

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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