#C0F01D

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

Shades of Inch Worm #C0F01D

Tints of Inch Worm #C0F01D

Color information

#C0F01D (or 0xC0F01D) is unknown color: approx Inch Worm. HEX triplet: C0, F0 and 1D. RGB value is (192,240,29). Sum of RGB (Red+Green+Blue) = 192+240+29=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 240 (94.14% from 255 or 52.06% from 461); Blue value is 29 (11.72% from 255 or 6.29% from 461); Max value from RGB is 240 - color contains mainly: green. Hex color #C0F01D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F01D is #3F0FE2. Grayscale: #CACACA. Windows color (decimal): -4132835 or 1962176. OLE color: 1962176.

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

Color convert

RGB19224029-
CMYK0.2000.880.06
HSL73.65º87.55%52.75%-
HSV(B)73.65º87.92%94.12%-
XYZ53.1273.6212.57-
YUV201.5930.6121.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.65%
GREEN value IS 240 (94.14% from 255) = 52.06%
BLUE value IS 29 (11.72% from 255) = 6.29%
R=41.65%
G=52.06%
B=6.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal192240290.2000.880.0673.6587.5552.75
HexC0F01D1405864a5835
Octal30036035240130611213065
Binary110000001111000011101101000101100011010010101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F01D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F01D; }

 p { color: rgb(192,240,29); }

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

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

 a { background-color: rgb(192,240,29); }

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

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

 span { border-color: rgb(192,240,29); }

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