#3CF322

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

Shades of Harlequin #3CF322

Tints of Harlequin #3CF322

Color information

#3CF322 (or 0x3CF322) is unknown color: approx Harlequin. HEX triplet: 3C, F3 and 22. RGB value is (60,243,34). Sum of RGB (Red+Green+Blue) = 60+243+34=337 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.80% from 337); Green value is 243 (95.31% from 255 or 72.11% from 337); Blue value is 34 (13.67% from 255 or 10.09% from 337); Max value from RGB is 243 - color contains mainly: green. Hex color #3CF322 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF322 is #C30CDD. Grayscale: #A5A5A5. Windows color (decimal): -12782814 or 2290492. OLE color: 2290492.

HSL color Cylindrical-coordinate representation of color #3CF322: hue angle of 112.54º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3CF322 is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB6024334-
CMYK0.7500.860.05
HSL112.54º89.7%54.31%-
HSV(B)112.54º86.01%95.29%-
XYZ34.265.1812.29-
YUV164.4654.3753.49-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.80%
GREEN value IS 243 (95.31% from 255) = 72.11%
BLUE value IS 34 (13.67% from 255) = 10.09%
R=17.80%
G=72.11%
B=10.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal60243340.7500.860.05112.5489.754.31
Hex3CF3224B0565715a36
Octal74363421130126516113266
Binary1111001111001110001010010110101011010111100011011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CF322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,243,34); }

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

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

 a { background-color: rgb(60,243,34); }

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

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

 span { border-color: rgb(60,243,34); }

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