Html Css Color HEX #4AF82C Harlequin

📋 copy color: '#4AF82C'

red 74 ◦ green 248 ◦ blue 44

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

Shades of Harlequin #4AF82C

Tints of Harlequin #4AF82C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.02%

R = 20.22%
G = 67.76%
B = 12.02%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#4AF82C (or 0x4AF82C) is known color: Harlequin. HEX triplet: 4A, F8 and 2C. RGB value is (74,248,44). Sum of RGB (Red+Green+Blue) = 74+248+44=366 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.22% from 366); Green value is 248 (97.27% from 255 or 67.76% from 366); Blue value is 44 (17.58% from 255 or 12.02% from 366); Max value from RGB is 248 - color contains mainly: green. Hex color #4AF82C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF82C is #B507D3. Grayscale: #ADADAD. Windows color (decimal): -11864020 or 2947146. OLE color: 2947146.

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

Color convert

RGB 74 248 44 -
CMYK 0.70 0 0.82 0.03
HSL 111.18º 0.94% 0.57% -
HSV(B) 111.18º 0.82% 0.97% -
XYZ 36.85 68.77 13.72 -
YUV 172.72 55.35 57.59 -
System Red Green Blue C M Y K H S L
Decimal 74 248 44 0.70 0 0.82 0.03 111.18 0.94 0.57
Hex 4A F8 2C 46 0 52 3 6F 5E 39
Octal 112 370 54 106 0 122 3 157 136 71
Binary 1001010 11111000 101100 1000110 0 1010010 11 1101111 1011110 111001

Color Harmonies of #4AF82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF82C

Black with #4AF82C

Text Example


Text Example

White with #4AF82C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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