#C5DC05

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

Shades of Inch Worm #C5DC05

Tints of Inch Worm #C5DC05

Color information

#C5DC05 (or 0xC5DC05) is unknown color: approx Inch Worm. HEX triplet: C5, DC and 05. RGB value is (197,220,5). Sum of RGB (Red+Green+Blue) = 197+220+5=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 220 (86.33% from 255 or 52.13% from 422); Blue value is 5 (2.34% from 255 or 1.18% from 422); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DC05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5DC05 is #3A23FA. Grayscale: #BDBDBD. Windows color (decimal): -3810299 or 384197. OLE color: 384197.

HSL color Cylindrical-coordinate representation of color #C5DC05: hue angle of 66.42º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C5DC05 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB1972205-
CMYK0.1000.980.14
HSL66.42º95.56%44.12%-
HSV(B)66.42º97.73%86.27%-
XYZ48.6563.079.75-
YUV188.6124.38133.98-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.68%
GREEN value IS 220 (86.33% from 255) = 52.13%
BLUE value IS 5 (2.34% from 255) = 1.18%
R=46.68%
G=52.13%
B=1.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal19722050.1000.980.1466.4295.5644.12
HexC5DC5A062E42602c
Octal30533451201421610214054
Binary1100010111011100101101001100010111010000101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DC05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DC05; }

 p { color: rgb(197,220,5); }

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

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

 a { background-color: rgb(197,220,5); }

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

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

 span { border-color: rgb(197,220,5); }

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