Html Css Color HEX #4FFA0B Harlequin

📋 copy color: '#4FFA0B'

red 79 ◦ green 250 ◦ blue 11

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

Shades of Harlequin #4FFA0B

Tints of Harlequin #4FFA0B

RGB

 RED value IS 79 (31.25% from 255) = 23.24%

 GREEN value IS 250 (98.05% from 255) = 73.53%

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

R = 23.24%
G = 73.53%
B = 3.24%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#4FFA0B (or 0x4FFA0B) is known color: Harlequin. HEX triplet: 4F, FA and 0B. RGB value is (79,250,11). Sum of RGB (Red+Green+Blue) = 79+250+11=340 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.24% from 340); Green value is 250 (98.05% from 255 or 73.53% from 340); Blue value is 11 (4.69% from 255 or 3.24% from 340); Max value from RGB is 250 - color contains mainly: green. Hex color #4FFA0B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FFA0B is #B005F4. Grayscale: #ACACAC. Windows color (decimal): -11535861 or 784975. OLE color: 784975.

HSL color Cylindrical-coordinate representation of color #4FFA0B: hue angle of 102.93º degrees, saturation: 0.96, 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 #4FFA0B is Cyan = 0.68, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 79 250 11 -
CMYK 0.68 0 0.96 0.02
HSL 102.93º 0.96% 0.51% -
HSV(B) 102.93º 0.96% 0.98% -
XYZ 37.47 70.06 11.86 -
YUV 171.63 37.35 61.93 -
System Red Green Blue C M Y K H S L
Decimal 79 250 11 0.68 0 0.96 0.02 102.93 0.96 0.51
Hex 4F FA B 44 0 60 2 67 60 33
Octal 117 372 13 104 0 140 2 147 140 63
Binary 1001111 11111010 1011 1000100 0 1100000 10 1100111 1100000 110011

Color Harmonies of #4FFA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFA0B

Black with #4FFA0B

Text Example


Text Example

White with #4FFA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,250,11); }

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

background-color css

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

 a { background-color: rgb(79,250,11); }

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

border-color css

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

 span { border-color: rgb(79,250,11); }

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