#3CE705

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

Shades of Harlequin #3CE705

Tints of Harlequin #3CE705

Color information

#3CE705 (or 0x3CE705) is unknown color: approx Harlequin. HEX triplet: 3C, E7 and 05. RGB value is (60,231,5). Sum of RGB (Red+Green+Blue) = 60+231+5=296 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.27% from 296); Green value is 231 (90.62% from 255 or 78.04% from 296); Blue value is 5 (2.34% from 255 or 1.69% from 296); Max value from RGB is 231 - color contains mainly: green. Hex color #3CE705 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CE705 is #C318FA. Grayscale: #9A9A9A. Windows color (decimal): -12785915 or 386876. OLE color: 386876.

HSL color Cylindrical-coordinate representation of color #3CE705: hue angle of 105.4º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3CE705 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.

Color convert

RGB602315-
CMYK0.7400.980.09
HSL105.4º95.76%46.27%-
HSV(B)105.4º97.84%90.59%-
XYZ30.4758.129.76-
YUV154.1143.8560.88-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.27%
GREEN value IS 231 (90.62% from 255) = 78.04%
BLUE value IS 5 (2.34% from 255) = 1.69%
R=20.27%
G=78.04%
B=1.69%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal6023150.7400.980.09105.495.7646.27
Hex3CE754A062969602e
Octal74347511201421115114056
Binary11110011100111101100101001100010100111010011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CE705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CE705; }

 p { color: rgb(60,231,5); }

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

<style>
 a { background-color: #3CE705; }

 a { background-color: rgb(60,231,5); }

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

<style>
 span { border-color: #3CE705; }

 span { border-color: rgb(60,231,5); }

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