#c3df0e

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

Shades of Inch Worm #C3DF0E

Tints of Inch Worm #C3DF0E

Color information

#C3DF0E (or 0xC3DF0E) is unknown color: approx Inch Worm. HEX triplet: C3, DF and 0E. RGB value is (195,223,14). Sum of RGB (Red+Green+Blue) = 195+223+14=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 223 (87.5% from 255 or 51.62% from 432); Blue value is 14 (5.86% from 255 or 3.24% from 432); Max value from RGB is 223 - color contains mainly: green. Hex color #C3DF0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3DF0E is #3C20F1. Grayscale: #BFBFBF. Windows color (decimal): -3940594 or 974787. OLE color: 974787.

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

Color convert

RGB19522314-
CMYK0.1300.940.13
HSL68.04º88.19%46.47%-
HSV(B)68.04º93.72%87.45%-
XYZ48.9764.4110.27-
YUV190.828.22130.99-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.14%
GREEN value IS 223 (87.5% from 255) = 51.62%
BLUE value IS 14 (5.86% from 255) = 3.24%
R=45.14%
G=51.62%
B=3.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal195223140.1300.940.1368.0488.1946.47
HexC3DFED05ED44582e
Octal303337161501361510413056
Binary11000011110111111110110101011110110110001001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3df0e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3df0e; }

 p { color: rgb(195,223,14); }

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

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

 a { background-color: rgb(195,223,14); }

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

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

 span { border-color: rgb(195,223,14); }

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