Html Css Color HEX #4DF812 Harlequin

📋 copy color: '#4DF812'

red 77 ◦ green 248 ◦ blue 18

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

Shades of Harlequin #4DF812

Tints of Harlequin #4DF812

RGB

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

 GREEN value IS 248 (97.27% from 255) = 72.3%

 BLUE value IS 18 (7.42% from 255) = 5.25%

R = 22.45%
G = 72.3%
B = 5.25%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#4DF812 (or 0x4DF812) is known color: Harlequin. HEX triplet: 4D, F8 and 12. RGB value is (77,248,18). Sum of RGB (Red+Green+Blue) = 77+248+18=343 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.45% from 343); Green value is 248 (97.27% from 255 or 72.30% from 343); Blue value is 18 (7.42% from 255 or 5.25% from 343); Max value from RGB is 248 - color contains mainly: green. Hex color #4DF812 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF812 is #B207ED. Grayscale: #ABABAB. Windows color (decimal): -11667438 or 1243213. OLE color: 1243213.

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

Color convert

RGB 77 248 18 -
CMYK 0.69 0 0.93 0.03
HSL 104.61º 0.94% 0.52% -
HSV(B) 104.61º 0.93% 0.97% -
XYZ 36.74 68.76 11.91 -
YUV 170.65 41.85 61.2 -
System Red Green Blue C M Y K H S L
Decimal 77 248 18 0.69 0 0.93 0.03 104.61 0.94 0.52
Hex 4D F8 12 45 0 5D 3 69 5E 34
Octal 115 370 22 105 0 135 3 151 136 64
Binary 1001101 11111000 10010 1000101 0 1011101 11 1101001 1011110 110100

Color Harmonies of #4DF812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF812

Black with #4DF812

Text Example


Text Example

White with #4DF812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,248,18); }

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

background-color css

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

 a { background-color: rgb(77,248,18); }

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

border-color css

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

 span { border-color: rgb(77,248,18); }

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