#c1dd03

Color #C1DD03 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #C1DD03

Tints of Inch Worm #C1DD03

Color information

#C1DD03 (or 0xC1DD03) is unknown color: approx Inch Worm. HEX triplet: C1, DD and 03. RGB value is (193,221,3). Sum of RGB (Red+Green+Blue) = 193+221+3=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 221 (86.72% from 255 or 53.00% from 417); Blue value is 3 (1.56% from 255 or 0.72% from 417); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DD03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1DD03 is #3E22FC. Grayscale: #BCBCBC. Windows color (decimal): -4072189 or 253377. OLE color: 253377.

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

Color convert

RGB1932213-
CMYK0.1300.990.13
HSL67.71º97.32%43.92%-
HSV(B)67.71º98.64%86.67%-
XYZ47.8763.069.73-
YUV187.7823.72131.73-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.28%
GREEN value IS 221 (86.72% from 255) = 53.00%
BLUE value IS 3 (1.56% from 255) = 0.72%
R=46.28%
G=53.00%
B=0.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal19322130.1300.990.1367.7197.3243.92
HexC1DD3D063D44612c
Octal30133531501431510414154
Binary110000011101110111110101100011110110001001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1dd03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1dd03; }

 p { color: rgb(193,221,3); }

 H1.HeaderClassName
 {
   color: #c1dd03;
 }
 .AnyTagClassName
 {
   color: #c1dd03;
 }
</style>
background-color css

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

 a { background-color: rgb(193,221,3); }

 div.DivClassName
 {
   background-color: #c1dd03;
 }
 .BgClassName
 {
   background-color: #c1dd03;
 }
</style>
border-color css

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

 span { border-color: rgb(193,221,3); }

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