Html Css Color HEX #4AF304 Harlequin

📋 copy color: '#4AF304'

red 74 ◦ green 243 ◦ blue 4

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

Shades of Harlequin #4AF304

Tints of Harlequin #4AF304

RGB

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

 GREEN value IS 243 (95.31% from 255) = 75.7%

 BLUE value IS 4 (1.95% from 255) = 1.25%

R = 23.05%
G = 75.7%
B = 1.25%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#4AF304 (or 0x4AF304) is known color: Harlequin. HEX triplet: 4A, F3 and 04. RGB value is (74,243,4). Sum of RGB (Red+Green+Blue) = 74+243+4=321 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.05% from 321); Green value is 243 (95.31% from 255 or 75.70% from 321); Blue value is 4 (1.95% from 255 or 1.25% from 321); Max value from RGB is 243 - color contains mainly: green. Hex color #4AF304 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF304 is #B50CFB. Grayscale: #A6A6A6. Windows color (decimal): -11865340 or 324426. OLE color: 324426.

HSL color Cylindrical-coordinate representation of color #4AF304: hue angle of 102.43º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4AF304 is Cyan = 0.70, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 74 243 4 -
CMYK 0.70 0 0.98 0.05
HSL 102.43º 0.97% 0.48% -
HSV(B) 102.43º 0.98% 0.95% -
XYZ 34.9 65.57 10.93 -
YUV 165.22 37.01 62.93 -
System Red Green Blue C M Y K H S L
Decimal 74 243 4 0.70 0 0.98 0.05 102.43 0.97 0.48
Hex 4A F3 4 46 0 62 5 66 61 30
Octal 112 363 4 106 0 142 5 146 141 60
Binary 1001010 11110011 100 1000110 0 1100010 101 1100110 1100001 110000

Color Harmonies of #4AF304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF304

Black with #4AF304

Text Example


Text Example

White with #4AF304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,243,4); }

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

background-color css

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

 a { background-color: rgb(74,243,4); }

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

border-color css

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

 span { border-color: rgb(74,243,4); }

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