Html Css Color HEX #3CDD10 Harlequin

📋 copy color: '#3CDD10'

red 60 ◦ green 221 ◦ blue 16

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

Shades of Harlequin #3CDD10

Tints of Harlequin #3CDD10

RGB

 RED value IS 60 (23.83% from 255) = 20.2%

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

 BLUE value IS 16 (6.64% from 255) = 5.39%

R = 20.2%
G = 74.41%
B = 5.39%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#3CDD10 (or 0x3CDD10) is known color: Harlequin. HEX triplet: 3C, DD and 10. RGB value is (60,221,16). Sum of RGB (Red+Green+Blue) = 60+221+16=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 221 (86.72% from 255 or 74.41% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDD10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CDD10 is #C322EF. Grayscale: #969696. Windows color (decimal): -12788464 or 1105212. OLE color: 1105212.

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

Color convert

RGB 60 221 16 -
CMYK 0.73 0 0.93 0.13
HSL 107.12º 0.86% 0.46% -
HSV(B) 107.12º 0.93% 0.87% -
XYZ 27.81 52.71 9.2 -
YUV 149.49 52.66 64.17 -
System Red Green Blue C M Y K H S L
Decimal 60 221 16 0.73 0 0.93 0.13 107.12 0.86 0.46
Hex 3C DD 10 49 0 5D D 6B 56 2E
Octal 74 335 20 111 0 135 15 153 126 56
Binary 111100 11011101 10000 1001001 0 1011101 1101 1101011 1010110 101110

Color Harmonies of #3CDD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDD10

Black with #3CDD10

Text Example


Text Example

White with #3CDD10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,221,16); }

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

background-color css

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

 a { background-color: rgb(60,221,16); }

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

border-color css

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

 span { border-color: rgb(60,221,16); }

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