Html Css Color HEX #4AFF0F Harlequin

📋 copy color: '#4AFF0F'

red 74 ◦ green 255 ◦ blue 15

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

Shades of Harlequin #4AFF0F

Tints of Harlequin #4AFF0F

RGB

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

 GREEN value IS 255 (100% from 255) = 74.13%

 BLUE value IS 15 (6.25% from 255) = 4.36%

R = 21.51%
G = 74.13%
B = 4.36%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#4AFF0F (or 0x4AFF0F) is known color: Harlequin. HEX triplet: 4A, FF and 0F. RGB value is (74,255,15). Sum of RGB (Red+Green+Blue) = 74+255+15=344 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.51% from 344); Green value is 255 (100% from 255 or 74.13% from 344); Blue value is 15 (6.25% from 255 or 4.36% from 344); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFF0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AFF0F is #B500F0. Grayscale: #AEAEAE. Windows color (decimal): -11862257 or 1048394. OLE color: 1048394.

HSL color Cylindrical-coordinate representation of color #4AFF0F: hue angle of 105.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4AFF0F is Cyan = 0.71, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB 74 255 15 -
CMYK 0.71 0 0.94 0
HSL 105.25º 1% 0.53% -
HSV(B) 105.25º 0.94% 1% -
XYZ 38.67 73.01 12.51 -
YUV 173.52 38.53 57.01 -
System Red Green Blue C M Y K H S L
Decimal 74 255 15 0.71 0 0.94 0 105.25 1 0.53
Hex 4A FF F 47 0 5E 0 69 64 35
Octal 112 377 17 107 0 136 0 151 144 65
Binary 1001010 11111111 1111 1000111 0 1011110 0 1101001 1100100 110101

Color Harmonies of #4AFF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFF0F

Black with #4AFF0F

Text Example


Text Example

White with #4AFF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,255,15); }

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

background-color css

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

 a { background-color: rgb(74,255,15); }

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

border-color css

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

 span { border-color: rgb(74,255,15); }

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