#3CFB0D

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

Shades of Harlequin #3CFB0D

Tints of Harlequin #3CFB0D

Color information

#3CFB0D (or 0x3CFB0D) is unknown color: approx Harlequin. HEX triplet: 3C, FB and 0D. RGB value is (60,251,13). Sum of RGB (Red+Green+Blue) = 60+251+13=324 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.52% from 324); Green value is 251 (98.44% from 255 or 77.47% from 324); Blue value is 13 (5.47% from 255 or 4.01% from 324); Max value from RGB is 251 - color contains mainly: green. Hex color #3CFB0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CFB0D is #C304F2. Grayscale: #A7A7A7. Windows color (decimal): -12780787 or 916284. OLE color: 916284.

HSL color Cylindrical-coordinate representation of color #3CFB0D: hue angle of 108.15º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3CFB0D is Cyan = 0.76, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB6025113-
CMYK0.7600.950.02
HSL108.15º96.75%51.76%-
HSV(B)108.15º94.82%98.43%-
XYZ36.4369.9811.97-
YUV166.7641.2251.85-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.52%
GREEN value IS 251 (98.44% from 255) = 77.47%
BLUE value IS 13 (5.47% from 255) = 4.01%
R=18.52%
G=77.47%
B=4.01%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal60251130.7600.950.02108.1596.7551.76
Hex3CFBD4C05F26c6134
Octal74373151140137215414164
Binary1111001111101111011001100010111111011011001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CFB0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,251,13); }

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

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

 a { background-color: rgb(60,251,13); }

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

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

 span { border-color: rgb(60,251,13); }

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