Html Css Color HEX #4CE314 Harlequin

📋 copy color: '#4CE314'

red 76 ◦ green 227 ◦ blue 20

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

Shades of Harlequin #4CE314

Tints of Harlequin #4CE314

RGB

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

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

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

R = 23.53%
G = 70.28%
B = 6.19%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#4CE314 (or 0x4CE314) is known color: Harlequin. HEX triplet: 4C, E3 and 14. RGB value is (76,227,20). Sum of RGB (Red+Green+Blue) = 76+227+20=323 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.53% from 323); Green value is 227 (89.06% from 255 or 70.28% from 323); Blue value is 20 (8.20% from 255 or 6.19% from 323); Max value from RGB is 227 - color contains mainly: green. Hex color #4CE314 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CE314 is #B31CEB. Grayscale: #9E9E9E. Windows color (decimal): -11738348 or 1368908. OLE color: 1368908.

HSL color Cylindrical-coordinate representation of color #4CE314: hue angle of 103.77º 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 #4CE314 is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 76 227 20 -
CMYK 0.67 0 0.91 0.11
HSL 103.77º 0.84% 0.48% -
HSV(B) 103.77º 0.91% 0.89% -
XYZ 30.58 56.53 9.96 -
YUV 158.25 49.97 69.33 -
System Red Green Blue C M Y K H S L
Decimal 76 227 20 0.67 0 0.91 0.11 103.77 0.84 0.48
Hex 4C E3 14 43 0 5B B 68 54 30
Octal 114 343 24 103 0 133 13 150 124 60
Binary 1001100 11100011 10100 1000011 0 1011011 1011 1101000 1010100 110000

Color Harmonies of #4CE314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CE314

Black with #4CE314

Text Example


Text Example

White with #4CE314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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