Html Css Color HEX #3DDF12 Harlequin

📋 copy color: '#3DDF12'

red 61 ◦ green 223 ◦ blue 18

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

Shades of Harlequin #3DDF12

Tints of Harlequin #3DDF12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.96%

R = 20.2%
G = 73.84%
B = 5.96%

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

#3DDF12 (or 0x3DDF12) is known color: Harlequin. HEX triplet: 3D, DF and 12. RGB value is (61,223,18). Sum of RGB (Red+Green+Blue) = 61+223+18=302 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.20% from 302); Green value is 223 (87.5% from 255 or 73.84% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDF12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DDF12 is #C220ED. Grayscale: #979797. Windows color (decimal): -12722414 or 1236797. OLE color: 1236797.

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

Color convert

RGB 61 223 18 -
CMYK 0.73 0 0.92 0.13
HSL 107.41º 0.85% 0.47% -
HSV(B) 107.41º 0.92% 0.87% -
XYZ 28.42 53.81 9.46 -
YUV 151.19 52.83 63.67 -
System Red Green Blue C M Y K H S L
Decimal 61 223 18 0.73 0 0.92 0.13 107.41 0.85 0.47
Hex 3D DF 12 49 0 5C D 6B 55 2F
Octal 75 337 22 111 0 134 15 153 125 57
Binary 111101 11011111 10010 1001001 0 1011100 1101 1101011 1010101 101111

Color Harmonies of #3DDF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDF12

Black with #3DDF12

Text Example


Text Example

White with #3DDF12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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