Html Css Color HEX #4AF023 Harlequin

📋 copy color: '#4AF023'

red 74 ◦ green 240 ◦ blue 35

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

Shades of Harlequin #4AF023

Tints of Harlequin #4AF023

RGB

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

 GREEN value IS 240 (94.14% from 255) = 68.77%

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

R = 21.2%
G = 68.77%
B = 10.03%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#4AF023 (or 0x4AF023) is known color: Harlequin. HEX triplet: 4A, F0 and 23. RGB value is (74,240,35). Sum of RGB (Red+Green+Blue) = 74+240+35=349 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.20% from 349); Green value is 240 (94.14% from 255 or 68.77% from 349); Blue value is 35 (14.06% from 255 or 10.03% from 349); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF023 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF023 is #B50FDC. Grayscale: #A7A7A7. Windows color (decimal): -11866077 or 2355274. OLE color: 2355274.

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

Color convert

RGB 74 240 35 -
CMYK 0.69 0 0.85 0.06
HSL 108.59º 0.87% 0.54% -
HSV(B) 108.59º 0.85% 0.94% -
XYZ 34.29 63.9 12.12 -
YUV 167 53.5 61.67 -
System Red Green Blue C M Y K H S L
Decimal 74 240 35 0.69 0 0.85 0.06 108.59 0.87 0.54
Hex 4A F0 23 45 0 55 6 6D 57 36
Octal 112 360 43 105 0 125 6 155 127 66
Binary 1001010 11110000 100011 1000101 0 1010101 110 1101101 1010111 110110

Color Harmonies of #4AF023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF023

Black with #4AF023

Text Example


Text Example

White with #4AF023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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