Html Css Color HEX #4AF90B Harlequin

📋 copy color: '#4AF90B'

red 74 ◦ green 249 ◦ blue 11

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

Shades of Harlequin #4AF90B

Tints of Harlequin #4AF90B

RGB

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

 GREEN value IS 249 (97.66% from 255) = 74.55%

 BLUE value IS 11 (4.69% from 255) = 3.29%

R = 22.16%
G = 74.55%
B = 3.29%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#4AF90B (or 0x4AF90B) is known color: Harlequin. HEX triplet: 4A, F9 and 0B. RGB value is (74,249,11). Sum of RGB (Red+Green+Blue) = 74+249+11=334 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.16% from 334); Green value is 249 (97.66% from 255 or 74.55% from 334); Blue value is 11 (4.69% from 255 or 3.29% from 334); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF90B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF90B is #B506F4. Grayscale: #AAAAAA. Windows color (decimal): -11863797 or 784714. OLE color: 784714.

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

Color convert

RGB 74 249 11 -
CMYK 0.70 0 0.96 0.02
HSL 104.12º 0.95% 0.51% -
HSV(B) 104.12º 0.96% 0.98% -
XYZ 36.76 69.23 11.74 -
YUV 169.54 38.52 59.85 -
System Red Green Blue C M Y K H S L
Decimal 74 249 11 0.70 0 0.96 0.02 104.12 0.95 0.51
Hex 4A F9 B 46 0 60 2 68 5F 33
Octal 112 371 13 106 0 140 2 150 137 63
Binary 1001010 11111001 1011 1000110 0 1100000 10 1101000 1011111 110011

Color Harmonies of #4AF90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF90B

Black with #4AF90B

Text Example


Text Example

White with #4AF90B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,249,11); }

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

background-color css

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

 a { background-color: rgb(74,249,11); }

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

border-color css

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

 span { border-color: rgb(74,249,11); }

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