Html Css Color HEX #4CE214 Harlequin

📋 copy color: '#4CE214'

red 76 ◦ green 226 ◦ blue 20

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

Shades of Harlequin #4CE214

Tints of Harlequin #4CE214

RGB

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

 GREEN value IS 226 (88.67% from 255) = 70.19%

 BLUE value IS 20 (8.2% from 255) = 6.21%

R = 23.6%
G = 70.19%
B = 6.21%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#4CE214 (or 0x4CE214) is known color: Harlequin. HEX triplet: 4C, E2 and 14. RGB value is (76,226,20). Sum of RGB (Red+Green+Blue) = 76+226+20=322 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.60% from 322); Green value is 226 (88.67% from 255 or 70.19% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 226 - color contains mainly: green. Hex color #4CE214 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CE214 is #B31DEB. Grayscale: #9E9E9E. Windows color (decimal): -11738604 or 1368652. OLE color: 1368652.

HSL color Cylindrical-coordinate representation of color #4CE214: hue angle of 103.69º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4CE214 is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 76 226 20 -
CMYK 0.66 0 0.91 0.11
HSL 103.69º 0.84% 0.48% -
HSV(B) 103.69º 0.91% 0.89% -
XYZ 30.3 55.98 9.87 -
YUV 157.67 50.31 69.75 -
System Red Green Blue C M Y K H S L
Decimal 76 226 20 0.66 0 0.91 0.11 103.69 0.84 0.48
Hex 4C E2 14 42 0 5B B 68 54 30
Octal 114 342 24 102 0 133 13 150 124 60
Binary 1001100 11100010 10100 1000010 0 1011011 1011 1101000 1010100 110000

Color Harmonies of #4CE214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CE214

Black with #4CE214

Text Example


Text Example

White with #4CE214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,226,20); }

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

background-color css

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

 a { background-color: rgb(76,226,20); }

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

border-color css

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

 span { border-color: rgb(76,226,20); }

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