Html Css Color HEX #4DEE10 Harlequin

📋 copy color: '#4DEE10'

red 77 ◦ green 238 ◦ blue 16

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

Shades of Harlequin #4DEE10

Tints of Harlequin #4DEE10

RGB

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

 GREEN value IS 238 (93.36% from 255) = 71.9%

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

R = 23.26%
G = 71.9%
B = 4.83%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#4DEE10 (or 0x4DEE10) is known color: Harlequin. HEX triplet: 4D, EE and 10. RGB value is (77,238,16). Sum of RGB (Red+Green+Blue) = 77+238+16=331 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.26% from 331); Green value is 238 (93.36% from 255 or 71.90% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 238 - color contains mainly: green. Hex color #4DEE10 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DEE10 is #B211EF. Grayscale: #A5A5A5. Windows color (decimal): -11670000 or 1109581. OLE color: 1109581.

HSL color Cylindrical-coordinate representation of color #4DEE10: hue angle of 103.51º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4DEE10 is Cyan = 0.68, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 77 238 16 -
CMYK 0.68 0 0.93 0.07
HSL 103.51º 0.87% 0.5% -
HSV(B) 103.51º 0.93% 0.93% -
XYZ 33.73 62.76 10.83 -
YUV 164.55 44.16 65.55 -
System Red Green Blue C M Y K H S L
Decimal 77 238 16 0.68 0 0.93 0.07 103.51 0.87 0.5
Hex 4D EE 10 44 0 5D 7 68 57 32
Octal 115 356 20 104 0 135 7 150 127 62
Binary 1001101 11101110 10000 1000100 0 1011101 111 1101000 1010111 110010

Color Harmonies of #4DEE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEE10

Black with #4DEE10

Text Example


Text Example

White with #4DEE10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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