Html Css Color HEX #4DE316 Harlequin

📋 copy color: '#4DE316'

red 77 ◦ green 227 ◦ blue 22

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

Shades of Harlequin #4DE316

Tints of Harlequin #4DE316

RGB

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

 GREEN value IS 227 (89.06% from 255) = 69.63%

 BLUE value IS 22 (8.98% from 255) = 6.75%

R = 23.62%
G = 69.63%
B = 6.75%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#4DE316 (or 0x4DE316) is known color: Harlequin. HEX triplet: 4D, E3 and 16. RGB value is (77,227,22). Sum of RGB (Red+Green+Blue) = 77+227+22=326 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.62% from 326); Green value is 227 (89.06% from 255 or 69.63% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 227 - color contains mainly: green. Hex color #4DE316 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DE316 is #B21CE9. Grayscale: #9F9F9F. Windows color (decimal): -11672810 or 1499981. OLE color: 1499981.

HSL color Cylindrical-coordinate representation of color #4DE316: hue angle of 103.9º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4DE316 is Cyan = 0.66, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 77 227 22 -
CMYK 0.66 0 0.90 0.11
HSL 103.9º 0.82% 0.49% -
HSV(B) 103.9º 0.9% 0.89% -
XYZ 30.67 56.57 10.06 -
YUV 158.78 50.81 69.67 -
System Red Green Blue C M Y K H S L
Decimal 77 227 22 0.66 0 0.90 0.11 103.9 0.82 0.49
Hex 4D E3 16 42 0 5A B 68 52 31
Octal 115 343 26 102 0 132 13 150 122 61
Binary 1001101 11100011 10110 1000010 0 1011010 1011 1101000 1010010 110001

Color Harmonies of #4DE316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DE316

Black with #4DE316

Text Example


Text Example

White with #4DE316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,227,22); }

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

background-color css

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

 a { background-color: rgb(77,227,22); }

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

border-color css

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

 span { border-color: rgb(77,227,22); }

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