Html Css Color HEX #4AF101 Harlequin

📋 copy color: '#4AF101'

red 74 ◦ green 241 ◦ blue 1

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

Shades of Harlequin #4AF101

Tints of Harlequin #4AF101

RGB

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

 GREEN value IS 241 (94.53% from 255) = 76.27%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 23.42%
G = 76.27%
B = 0.32%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#4AF101 (or 0x4AF101) is known color: Harlequin. HEX triplet: 4A, F1 and 01. RGB value is (74,241,1). Sum of RGB (Red+Green+Blue) = 74+241+1=316 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.42% from 316); Green value is 241 (94.53% from 255 or 76.27% from 316); Blue value is 1 (0.78% from 255 or 0.32% from 316); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF101 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF101 is #B50EFE. Grayscale: #A4A4A4. Windows color (decimal): -11865855 or 127306. OLE color: 127306.

HSL color Cylindrical-coordinate representation of color #4AF101: hue angle of 101.75º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4AF101 is Cyan = 0.69, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 74 241 1 -
CMYK 0.69 0 1.00 0.05
HSL 101.75º 0.99% 0.47% -
HSV(B) 101.75º 1% 0.95% -
XYZ 34.28 64.37 10.65 -
YUV 163.71 36.17 64.01 -
System Red Green Blue C M Y K H S L
Decimal 74 241 1 0.69 0 1.00 0.05 101.75 0.99 0.47
Hex 4A F1 1 45 0 64 5 66 63 2F
Octal 112 361 1 105 0 144 5 146 143 57
Binary 1001010 11110001 1 1000101 0 1100100 101 1100110 1100011 101111

Color Harmonies of #4AF101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF101

Black with #4AF101

Text Example


Text Example

White with #4AF101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,241,1); }

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

background-color css

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

 a { background-color: rgb(74,241,1); }

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

border-color css

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

 span { border-color: rgb(74,241,1); }

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