Html Css Color HEX #4DFA10 Harlequin

📋 copy color: '#4DFA10'

red 77 ◦ green 250 ◦ blue 16

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

Shades of Harlequin #4DFA10

Tints of Harlequin #4DFA10

RGB

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

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

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

R = 22.45%
G = 72.89%
B = 4.66%

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

#4DFA10 (or 0x4DFA10) is known color: Harlequin. HEX triplet: 4D, FA and 10. RGB value is (77,250,16). Sum of RGB (Red+Green+Blue) = 77+250+16=343 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.45% from 343); Green value is 250 (98.05% from 255 or 72.89% from 343); Blue value is 16 (6.64% from 255 or 4.66% from 343); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFA10 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFA10 is #B205EF. Grayscale: #ACACAC. Windows color (decimal): -11666928 or 1112653. OLE color: 1112653.

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

Color convert

RGB 77 250 16 -
CMYK 0.69 0 0.94 0.02
HSL 104.36º 0.96% 0.52% -
HSV(B) 104.36º 0.94% 0.98% -
XYZ 37.34 69.99 12.03 -
YUV 171.6 40.19 60.53 -
System Red Green Blue C M Y K H S L
Decimal 77 250 16 0.69 0 0.94 0.02 104.36 0.96 0.52
Hex 4D FA 10 45 0 5E 2 68 60 34
Octal 115 372 20 105 0 136 2 150 140 64
Binary 1001101 11111010 10000 1000101 0 1011110 10 1101000 1100000 110100

Color Harmonies of #4DFA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFA10

Black with #4DFA10

Text Example


Text Example

White with #4DFA10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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