Html Css Color HEX #4DFB0B Harlequin

📋 copy color: '#4DFB0B'

red 77 ◦ green 251 ◦ blue 11

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

Shades of Harlequin #4DFB0B

Tints of Harlequin #4DFB0B

RGB

 RED value IS 77 (30.47% from 255) = 22.71%

 GREEN value IS 251 (98.44% from 255) = 74.04%

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

R = 22.71%
G = 74.04%
B = 3.24%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#4DFB0B (or 0x4DFB0B) is known color: Harlequin. HEX triplet: 4D, FB and 0B. RGB value is (77,251,11). Sum of RGB (Red+Green+Blue) = 77+251+11=339 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.71% from 339); Green value is 251 (98.44% from 255 or 74.04% from 339); Blue value is 11 (4.69% from 255 or 3.24% from 339); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFB0B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFB0B is #B204F4. Grayscale: #ACACAC. Windows color (decimal): -11666677 or 785229. OLE color: 785229.

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

Color convert

RGB 77 251 11 -
CMYK 0.69 0 0.96 0.02
HSL 103.5º 0.97% 0.51% -
HSV(B) 103.5º 0.96% 0.98% -
XYZ 37.62 70.6 11.96 -
YUV 171.61 37.35 60.51 -
System Red Green Blue C M Y K H S L
Decimal 77 251 11 0.69 0 0.96 0.02 103.5 0.97 0.51
Hex 4D FB B 45 0 60 2 68 61 33
Octal 115 373 13 105 0 140 2 150 141 63
Binary 1001101 11111011 1011 1000101 0 1100000 10 1101000 1100001 110011

Color Harmonies of #4DFB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFB0B

Black with #4DFB0B

Text Example


Text Example

White with #4DFB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,251,11); }

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

background-color css

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

 a { background-color: rgb(77,251,11); }

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

border-color css

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

 span { border-color: rgb(77,251,11); }

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