Html Css Color HEX #4DFB12 Harlequin

📋 copy color: '#4DFB12'

red 77 ◦ green 251 ◦ blue 18

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

Shades of Harlequin #4DFB12

Tints of Harlequin #4DFB12

RGB

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

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

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

R = 22.25%
G = 72.54%
B = 5.2%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#4DFB12 (or 0x4DFB12) is known color: Harlequin. HEX triplet: 4D, FB and 12. RGB value is (77,251,18). Sum of RGB (Red+Green+Blue) = 77+251+18=346 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.25% from 346); Green value is 251 (98.44% from 255 or 72.54% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFB12 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFB12 is #B204ED. Grayscale: #ADADAD. Windows color (decimal): -11666670 or 1243981. OLE color: 1243981.

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

Color convert

RGB 77 251 18 -
CMYK 0.69 0 0.93 0.02
HSL 104.81º 0.97% 0.53% -
HSV(B) 104.81º 0.93% 0.98% -
XYZ 37.67 70.62 12.22 -
YUV 172.41 40.85 59.95 -
System Red Green Blue C M Y K H S L
Decimal 77 251 18 0.69 0 0.93 0.02 104.81 0.97 0.53
Hex 4D FB 12 45 0 5D 2 69 61 35
Octal 115 373 22 105 0 135 2 151 141 65
Binary 1001101 11111011 10010 1000101 0 1011101 10 1101001 1100001 110101

Color Harmonies of #4DFB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFB12

Black with #4DFB12

Text Example


Text Example

White with #4DFB12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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