#C3DD0F

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

Shades of Inch Worm #C3DD0F

Tints of Inch Worm #C3DD0F

Color information

#C3DD0F (or 0xC3DD0F) is unknown color: approx Inch Worm. HEX triplet: C3, DD and 0F. RGB value is (195,221,15). Sum of RGB (Red+Green+Blue) = 195+221+15=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 221 (86.72% from 255 or 51.28% from 431); Blue value is 15 (6.25% from 255 or 3.48% from 431); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DD0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3DD0F is #3C22F0. Grayscale: #BEBEBE. Windows color (decimal): -3941105 or 1039811. OLE color: 1039811.

HSL color Cylindrical-coordinate representation of color #C3DD0F: hue angle of 67.57º degrees, saturation: 0.87, 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 #C3DD0F is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB19522115-
CMYK0.1200.930.13
HSL67.57º87.29%46.27%-
HSV(B)67.57º93.21%86.67%-
XYZ48.4563.3510.13-
YUV189.7429.39131.75-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.24%
GREEN value IS 221 (86.72% from 255) = 51.28%
BLUE value IS 15 (6.25% from 255) = 3.48%
R=45.24%
G=51.28%
B=3.48%

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
Decimal195221150.1200.930.1367.5787.2946.27
HexC3DDFC05DD44572e
Octal303335171401351510412756
Binary11000011110111011111110001011101110110001001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DD0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DD0F; }

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

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

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

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

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

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

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

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