Html Css Color HEX #4AF123 Harlequin

📋 copy color: '#4AF123'

red 74 ◦ green 241 ◦ blue 35

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

Shades of Harlequin #4AF123

Tints of Harlequin #4AF123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10%

R = 21.14%
G = 68.86%
B = 10%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#4AF123 (or 0x4AF123) is known color: Harlequin. HEX triplet: 4A, F1 and 23. RGB value is (74,241,35). Sum of RGB (Red+Green+Blue) = 74+241+35=350 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.14% from 350); Green value is 241 (94.53% from 255 or 68.86% from 350); Blue value is 35 (14.06% from 255 or 10% from 350); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF123 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF123 is #B50EDC. Grayscale: #A8A8A8. Windows color (decimal): -11865821 or 2355530. OLE color: 2355530.

HSL color Cylindrical-coordinate representation of color #4AF123: hue angle of 108.64º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4AF123 is Cyan = 0.69, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 74 241 35 -
CMYK 0.69 0 0.85 0.05
HSL 108.64º 0.88% 0.54% -
HSV(B) 108.64º 0.85% 0.95% -
XYZ 34.58 64.49 12.21 -
YUV 167.58 53.17 61.25 -
System Red Green Blue C M Y K H S L
Decimal 74 241 35 0.69 0 0.85 0.05 108.64 0.88 0.54
Hex 4A F1 23 45 0 55 5 6D 58 36
Octal 112 361 43 105 0 125 5 155 130 66
Binary 1001010 11110001 100011 1000101 0 1010101 101 1101101 1011000 110110

Color Harmonies of #4AF123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF123

Black with #4AF123

Text Example


Text Example

White with #4AF123

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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