Html Css Color HEX #3DFF06 Harlequin

📋 copy color: '#3DFF06'

red 61 ◦ green 255 ◦ blue 6

#3DFF06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harlequin #3DFF06

Tints of Harlequin #3DFF06

RGB

 RED value IS 61 (24.22% from 255) = 18.94%

 GREEN value IS 255 (100% from 255) = 79.19%

 BLUE value IS 6 (2.73% from 255) = 1.86%

R = 18.94%
G = 79.19%
B = 1.86%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#3DFF06 (or 0x3DFF06) is known color: Harlequin. HEX triplet: 3D, FF and 06. RGB value is (61,255,6). Sum of RGB (Red+Green+Blue) = 61+255+6=322 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.94% from 322); Green value is 255 (100% from 255 or 79.19% from 322); Blue value is 6 (2.73% from 255 or 1.86% from 322); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFF06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DFF06 is #C200F9. Grayscale: #A9A9A9. Windows color (decimal): -12714234 or 458557. OLE color: 458557.

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

Color convert

RGB 61 255 6 -
CMYK 0.76 0 0.98 0
HSL 106.75º 1% 0.51% -
HSV(B) 106.75º 0.98% 1% -
XYZ 37.72 72.53 12.18 -
YUV 168.61 36.23 51.25 -
System Red Green Blue C M Y K H S L
Decimal 61 255 6 0.76 0 0.98 0 106.75 1 0.51
Hex 3D FF 6 4C 0 62 0 6B 64 33
Octal 75 377 6 114 0 142 0 153 144 63
Binary 111101 11111111 110 1001100 0 1100010 0 1101011 1100100 110011

Color Harmonies of #3DFF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DFF06

Black with #3DFF06

Text Example


Text Example

White with #3DFF06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,255,6); }

 H1.HeaderClassName
 {
   color: #3DFF06;
 }
 .AnyTagClassName
 {
   color: #3DFF06;
 }
</style>

background-color css

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

 a { background-color: rgb(61,255,6); }

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

border-color css

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

 span { border-color: rgb(61,255,6); }

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