#C3DE10

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

Shades of Inch Worm #C3DE10

Tints of Inch Worm #C3DE10

Color information

#C3DE10 (or 0xC3DE10) is unknown color: approx Inch Worm. HEX triplet: C3, DE and 10. RGB value is (195,222,16). Sum of RGB (Red+Green+Blue) = 195+222+16=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 222 (87.11% from 255 or 51.27% from 433); Blue value is 16 (6.64% from 255 or 3.70% from 433); Max value from RGB is 222 - color contains mainly: green. Hex color #C3DE10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3DE10 is #3C21EF. Grayscale: #BFBFBF. Windows color (decimal): -3940848 or 1105603. OLE color: 1105603.

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

Color convert

RGB19522216-
CMYK0.1200.930.13
HSL67.86º86.55%46.67%-
HSV(B)67.86º92.79%87.06%-
XYZ48.7263.8810.25-
YUV190.4429.55131.25-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.03%
GREEN value IS 222 (87.11% from 255) = 51.27%
BLUE value IS 16 (6.64% from 255) = 3.70%
R=45.03%
G=51.27%
B=3.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal195222160.1200.930.1367.8686.5546.67
HexC3DE10C05DD44572f
Octal303336201401351510412757
Binary110000111101111010000110001011101110110001001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DE10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DE10; }

 p { color: rgb(195,222,16); }

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

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

 a { background-color: rgb(195,222,16); }

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

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

 span { border-color: rgb(195,222,16); }

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