#C0D914

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

Shades of Inch Worm #C0D914

Tints of Inch Worm #C0D914

Color information

#C0D914 (or 0xC0D914) is unknown color: approx Inch Worm. HEX triplet: C0, D9 and 14. RGB value is (192,217,20). Sum of RGB (Red+Green+Blue) = 192+217+20=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 217 (85.16% from 255 or 50.58% from 429); Blue value is 20 (8.20% from 255 or 4.66% from 429); Max value from RGB is 217 - color contains mainly: green. Hex color #C0D914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D914 is #3F26EB. Grayscale: #BBBBBB. Windows color (decimal): -4138732 or 1366464. OLE color: 1366464.

HSL color Cylindrical-coordinate representation of color #C0D914: hue angle of 67.61º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0D914 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB19221720-
CMYK0.1200.910.15
HSL67.61º83.12%46.47%-
HSV(B)67.61º90.78%85.1%-
XYZ46.6860.889.95-
YUV187.0733.72131.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.76%
GREEN value IS 217 (85.16% from 255) = 50.58%
BLUE value IS 20 (8.20% from 255) = 4.66%
R=44.76%
G=50.58%
B=4.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal192217200.1200.910.1567.6183.1246.47
HexC0D914C05BF44532e
Octal300331241401331710412356
Binary110000001101100110100110001011011111110001001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D914; }

 p { color: rgb(192,217,20); }

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

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

 a { background-color: rgb(192,217,20); }

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

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

 span { border-color: rgb(192,217,20); }

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