Html Css Color HEX #3EDD06 Harlequin

📋 copy color: '#3EDD06'

red 62 ◦ green 221 ◦ blue 6

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

Shades of Harlequin #3EDD06

Tints of Harlequin #3EDD06

RGB

 RED value IS 62 (24.61% from 255) = 21.45%

 GREEN value IS 221 (86.72% from 255) = 76.47%

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

R = 21.45%
G = 76.47%
B = 2.08%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#3EDD06 (or 0x3EDD06) is known color: Harlequin. HEX triplet: 3E, DD and 06. RGB value is (62,221,6). Sum of RGB (Red+Green+Blue) = 62+221+6=289 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.45% from 289); Green value is 221 (86.72% from 255 or 76.47% from 289); Blue value is 6 (2.73% from 255 or 2.08% from 289); Max value from RGB is 221 - color contains mainly: green. Hex color #3EDD06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3EDD06 is #C122F9. Grayscale: #959595. Windows color (decimal): -12657402 or 449854. OLE color: 449854.

HSL color Cylindrical-coordinate representation of color #3EDD06: hue angle of 104.37º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3EDD06 is Cyan = 0.72, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 62 221 6 -
CMYK 0.72 0 0.97 0.13
HSL 104.37º 0.95% 0.45% -
HSV(B) 104.37º 0.97% 0.87% -
XYZ 27.88 52.75 8.88 -
YUV 148.95 47.32 65.98 -
System Red Green Blue C M Y K H S L
Decimal 62 221 6 0.72 0 0.97 0.13 104.37 0.95 0.45
Hex 3E DD 6 48 0 61 D 68 5F 2D
Octal 76 335 6 110 0 141 15 150 137 55
Binary 111110 11011101 110 1001000 0 1100001 1101 1101000 1011111 101101

Color Harmonies of #3EDD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDD06

Black with #3EDD06

Text Example


Text Example

White with #3EDD06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,221,6); }

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

background-color css

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

 a { background-color: rgb(62,221,6); }

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

border-color css

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

 span { border-color: rgb(62,221,6); }

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