Html Css Color HEX #4DFB10 Harlequin

📋 copy color: '#4DFB10'

red 77 ◦ green 251 ◦ blue 16

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

Shades of Harlequin #4DFB10

Tints of Harlequin #4DFB10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.65%

R = 22.38%
G = 72.97%
B = 4.65%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#4DFB10 (or 0x4DFB10) is known color: Harlequin. HEX triplet: 4D, FB and 10. RGB value is (77,251,16). Sum of RGB (Red+Green+Blue) = 77+251+16=344 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.38% from 344); Green value is 251 (98.44% from 255 or 72.97% from 344); Blue value is 16 (6.64% from 255 or 4.65% from 344); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFB10 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFB10 is #B204EF. Grayscale: #ACACAC. Windows color (decimal): -11666672 or 1112909. OLE color: 1112909.

HSL color Cylindrical-coordinate representation of color #4DFB10: hue angle of 104.43º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4DFB10 is Cyan = 0.69, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 251 16 -
CMYK 0.69 0 0.94 0.02
HSL 104.43º 0.97% 0.52% -
HSV(B) 104.43º 0.94% 0.98% -
XYZ 37.65 70.61 12.13 -
YUV 172.18 39.85 60.11 -
System Red Green Blue C M Y K H S L
Decimal 77 251 16 0.69 0 0.94 0.02 104.43 0.97 0.52
Hex 4D FB 10 45 0 5E 2 68 61 34
Octal 115 373 20 105 0 136 2 150 141 64
Binary 1001101 11111011 10000 1000101 0 1011110 10 1101000 1100001 110100

Color Harmonies of #4DFB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFB10

Black with #4DFB10

Text Example


Text Example

White with #4DFB10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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