Html Css Color HEX #3DED12 Harlequin

📋 copy color: '#3DED12'

red 61 ◦ green 237 ◦ blue 18

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

Shades of Harlequin #3DED12

Tints of Harlequin #3DED12

RGB

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

 GREEN value IS 237 (92.97% from 255) = 75%

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

R = 19.3%
G = 75%
B = 5.7%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#3DED12 (or 0x3DED12) is known color: Harlequin. HEX triplet: 3D, ED and 12. RGB value is (61,237,18). Sum of RGB (Red+Green+Blue) = 61+237+18=316 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.30% from 316); Green value is 237 (92.97% from 255 or 75% from 316); Blue value is 18 (7.42% from 255 or 5.70% from 316); Max value from RGB is 237 - color contains mainly: green. Hex color #3DED12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DED12 is #C212ED. Grayscale: #A0A0A0. Windows color (decimal): -12718830 or 1240381. OLE color: 1240381.

HSL color Cylindrical-coordinate representation of color #3DED12: hue angle of 108.22º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3DED12 is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 61 237 18 -
CMYK 0.74 0 0.92 0.07
HSL 108.22º 0.86% 0.5% -
HSV(B) 108.22º 0.92% 0.93% -
XYZ 32.32 61.6 10.76 -
YUV 159.41 48.19 57.81 -
System Red Green Blue C M Y K H S L
Decimal 61 237 18 0.74 0 0.92 0.07 108.22 0.86 0.5
Hex 3D ED 12 4A 0 5C 7 6C 56 32
Octal 75 355 22 112 0 134 7 154 126 62
Binary 111101 11101101 10010 1001010 0 1011100 111 1101100 1010110 110010

Color Harmonies of #3DED12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DED12

Black with #3DED12

Text Example


Text Example

White with #3DED12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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