#3AFD06

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

Shades of Harlequin #3AFD06

Tints of Harlequin #3AFD06

Color information

#3AFD06 (or 0x3AFD06) is unknown color: approx Harlequin. HEX triplet: 3A, FD and 06. RGB value is (58,253,6). Sum of RGB (Red+Green+Blue) = 58+253+6=317 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.30% from 317); Green value is 253 (99.22% from 255 or 79.81% from 317); Blue value is 6 (2.73% from 255 or 1.89% from 317); Max value from RGB is 253 - color contains mainly: green. Hex color #3AFD06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AFD06 is #C502F9. Grayscale: #A7A7A7. Windows color (decimal): -12911354 or 458042. OLE color: 458042.

HSL color Cylindrical-coordinate representation of color #3AFD06: hue angle of 107.37º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3AFD06 is Cyan = 0.77, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB582536-
CMYK0.7700.980.01
HSL107.37º98.41%50.78%-
HSV(B)107.37º97.63%99.22%-
XYZ36.971.1611.96-
YUV166.5437.450.58-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.30%
GREEN value IS 253 (99.22% from 255) = 79.81%
BLUE value IS 6 (2.73% from 255) = 1.89%
R=18.30%
G=79.81%
B=1.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal5825360.7700.980.01107.3798.4150.78
Hex3AFD64D06216b6233
Octal7237561150142115314263
Binary11101011111101110100110101100010111010111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AFD06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,253,6); }

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

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

 a { background-color: rgb(58,253,6); }

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

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

 span { border-color: rgb(58,253,6); }

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