#3DF003

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

Shades of Harlequin #3DF003

Tints of Harlequin #3DF003

Color information

#3DF003 (or 0x3DF003) is unknown color: approx Harlequin. HEX triplet: 3D, F0 and 03. RGB value is (61,240,3). Sum of RGB (Red+Green+Blue) = 61+240+3=304 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.07% from 304); Green value is 240 (94.14% from 255 or 78.95% from 304); Blue value is 3 (1.56% from 255 or 0.99% from 304); Max value from RGB is 240 - color contains mainly: green. Hex color #3DF003 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DF003 is #C20FFC. Grayscale: #A0A0A0. Windows color (decimal): -12718077 or 258109. OLE color: 258109.

HSL color Cylindrical-coordinate representation of color #3DF003: hue angle of 105.32º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3DF003 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB612403-
CMYK0.7500.990.06
HSL105.32º97.53%47.65%-
HSV(B)105.32º98.75%94.12%-
XYZ33.163.3210.56-
YUV159.4639.757.77-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.07%
GREEN value IS 240 (94.14% from 255) = 78.95%
BLUE value IS 3 (1.56% from 255) = 0.99%
R=20.07%
G=78.95%
B=0.99%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal6124030.7500.990.06105.3297.5347.65
Hex3DF034B0636696230
Octal7536031130143615114260
Binary111101111100001110010110110001111011010011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DF003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,240,3); }

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

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

 a { background-color: rgb(61,240,3); }

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

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

 span { border-color: rgb(61,240,3); }

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