#C3DD00

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

Shades of Inch Worm #C3DD00

Tints of Inch Worm #C3DD00

Color information

#C3DD00 (or 0xC3DD00) is unknown color: approx Inch Worm. HEX triplet: C3, DD and 00. RGB value is (195,221,0). Sum of RGB (Red+Green+Blue) = 195+221+0=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 221 (86.72% from 255 or 53.12% from 416); Blue value is 0 (0.39% from 255 or 0% from 416); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3DD00 is #3C22FF. Grayscale: #BCBCBC. Windows color (decimal): -3941120 or 56771. OLE color: 56771.

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

Color convert

RGB1952210-
CMYK0.12010.13
HSL67.06º100%43.33%-
HSV(B)67.06º100%86.67%-
XYZ48.3663.329.67-
YUV188.0321.89132.97-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.88%
GREEN value IS 221 (86.72% from 255) = 53.12%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.88%
G=53.12%
B=0%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal19522100.12010.1367.0610043.33
HexC3DD0C064D43642b
Octal30333501401441510314453
Binary11000011110111010110001100100110110000111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DD00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DD00; }

 p { color: rgb(195,221,0); }

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

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

 a { background-color: rgb(195,221,0); }

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

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

 span { border-color: rgb(195,221,0); }

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