Html Css Color HEX #3DDF11 Harlequin

📋 copy color: '#3DDF11'

red 61 ◦ green 223 ◦ blue 17

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

Shades of Harlequin #3DDF11

Tints of Harlequin #3DDF11

RGB

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

 GREEN value IS 223 (87.5% from 255) = 74.09%

 BLUE value IS 17 (7.03% from 255) = 5.65%

R = 20.27%
G = 74.09%
B = 5.65%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#3DDF11 (or 0x3DDF11) is known color: Harlequin. HEX triplet: 3D, DF and 11. RGB value is (61,223,17). Sum of RGB (Red+Green+Blue) = 61+223+17=301 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.27% from 301); Green value is 223 (87.5% from 255 or 74.09% from 301); Blue value is 17 (7.03% from 255 or 5.65% from 301); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDF11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DDF11 is #C220EE. Grayscale: #979797. Windows color (decimal): -12722415 or 1171261. OLE color: 1171261.

HSL color Cylindrical-coordinate representation of color #3DDF11: hue angle of 107.18º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3DDF11 is Cyan = 0.73, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 61 223 17 -
CMYK 0.73 0 0.92 0.13
HSL 107.18º 0.86% 0.47% -
HSV(B) 107.18º 0.92% 0.87% -
XYZ 28.41 53.81 9.42 -
YUV 151.08 52.33 63.75 -
System Red Green Blue C M Y K H S L
Decimal 61 223 17 0.73 0 0.92 0.13 107.18 0.86 0.47
Hex 3D DF 11 49 0 5C D 6B 56 2F
Octal 75 337 21 111 0 134 15 153 126 57
Binary 111101 11011111 10001 1001001 0 1011100 1101 1101011 1010110 101111

Color Harmonies of #3DDF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDF11

Black with #3DDF11

Text Example


Text Example

White with #3DDF11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,223,17); }

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

background-color css

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

 a { background-color: rgb(61,223,17); }

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

border-color css

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

 span { border-color: rgb(61,223,17); }

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