#4CFF14

Color #4CFF14 Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #4CFF14

Tints of Harlequin #4CFF14

Color information

#4CFF14 (or 0x4CFF14) is unknown color: approx Harlequin. HEX triplet: 4C, FF and 14. RGB value is (76,255,20). Sum of RGB (Red+Green+Blue) = 76+255+20=351 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.65% from 351); Green value is 255 (100% from 255 or 72.65% from 351); Blue value is 20 (8.20% from 255 or 5.70% from 351); Max value from RGB is 255 - color contains mainly: green. Hex color #4CFF14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CFF14 is #B300EB. Grayscale: #AFAFAF. Windows color (decimal): -11731180 or 1376076. OLE color: 1376076.

HSL color Cylindrical-coordinate representation of color #4CFF14: hue angle of 105.7º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4CFF14 is Cyan = 0.70, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.

Color convert

RGB7625520-
CMYK0.7000.920
HSL105.7º100%53.92%-
HSV(B)105.7º92.16%100%-
XYZ38.8773.1112.72-
YUV174.6940.757.61-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.65%
GREEN value IS 255 (100% from 255) = 72.65%
BLUE value IS 20 (8.20% from 255) = 5.70%
R=21.65%
G=72.65%
B=5.70%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal76255200.7000.920105.710053.92
Hex4CFF144605C06a6436
Octal114377241060134015214466
Binary10011001111111110100100011001011100011010101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CFF14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4CFF14;
 }
 .AnyTagClassName
 {
   color: #4CFF14;
 }
</style>
background-color css

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

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

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

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

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

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