Html Css Color HEX #3DDE11 Harlequin

📋 copy color: '#3DDE11'

red 61 ◦ green 222 ◦ blue 17

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

Shades of Harlequin #3DDE11

Tints of Harlequin #3DDE11

RGB

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

 GREEN value IS 222 (87.11% from 255) = 74%

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

R = 20.33%
G = 74%
B = 5.67%

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

#3DDE11 (or 0x3DDE11) is known color: Harlequin. HEX triplet: 3D, DE and 11. RGB value is (61,222,17). Sum of RGB (Red+Green+Blue) = 61+222+17=300 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.33% from 300); Green value is 222 (87.11% from 255 or 74% from 300); Blue value is 17 (7.03% from 255 or 5.67% from 300); Max value from RGB is 222 - color contains mainly: green. Hex color #3DDE11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DDE11 is #C221EE. Grayscale: #979797. Windows color (decimal): -12722671 or 1171005. OLE color: 1171005.

HSL color Cylindrical-coordinate representation of color #3DDE11: hue angle of 107.12º 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 #3DDE11 is Cyan = 0.73, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 61 222 17 -
CMYK 0.73 0 0.92 0.13
HSL 107.12º 0.86% 0.47% -
HSV(B) 107.12º 0.92% 0.87% -
XYZ 28.15 53.28 9.33 -
YUV 150.49 52.66 64.17 -
System Red Green Blue C M Y K H S L
Decimal 61 222 17 0.73 0 0.92 0.13 107.12 0.86 0.47
Hex 3D DE 11 49 0 5C D 6B 56 2F
Octal 75 336 21 111 0 134 15 153 126 57
Binary 111101 11011110 10001 1001001 0 1011100 1101 1101011 1010110 101111

Color Harmonies of #3DDE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDE11

Black with #3DDE11

Text Example


Text Example

White with #3DDE11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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