Html Css Color HEX #4CEC12 Harlequin

📋 copy color: '#4CEC12'

red 76 ◦ green 236 ◦ blue 18

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

Shades of Harlequin #4CEC12

Tints of Harlequin #4CEC12

RGB

 RED value IS 76 (30.08% from 255) = 23.03%

 GREEN value IS 236 (92.58% from 255) = 71.52%

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

R = 23.03%
G = 71.52%
B = 5.45%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#4CEC12 (or 0x4CEC12) is known color: Harlequin. HEX triplet: 4C, EC and 12. RGB value is (76,236,18). Sum of RGB (Red+Green+Blue) = 76+236+18=330 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.03% from 330); Green value is 236 (92.58% from 255 or 71.52% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 236 - color contains mainly: green. Hex color #4CEC12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CEC12 is #B313ED. Grayscale: #A4A4A4. Windows color (decimal): -11736046 or 1240140. OLE color: 1240140.

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

Color convert

RGB 76 236 18 -
CMYK 0.68 0 0.92 0.07
HSL 104.04º 0.86% 0.5% -
HSV(B) 104.04º 0.92% 0.93% -
XYZ 33.09 61.57 10.71 -
YUV 163.31 45.99 65.73 -
System Red Green Blue C M Y K H S L
Decimal 76 236 18 0.68 0 0.92 0.07 104.04 0.86 0.5
Hex 4C EC 12 44 0 5C 7 68 56 32
Octal 114 354 22 104 0 134 7 150 126 62
Binary 1001100 11101100 10010 1000100 0 1011100 111 1101000 1010110 110010

Color Harmonies of #4CEC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CEC12

Black with #4CEC12

Text Example


Text Example

White with #4CEC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,236,18); }

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

background-color css

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

 a { background-color: rgb(76,236,18); }

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

border-color css

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

 span { border-color: rgb(76,236,18); }

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