#C0E40F

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

Shades of Inch Worm #C0E40F

Tints of Inch Worm #C0E40F

Color information

#C0E40F (or 0xC0E40F) is unknown color: approx Inch Worm. HEX triplet: C0, E4 and 0F. RGB value is (192,228,15). Sum of RGB (Red+Green+Blue) = 192+228+15=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 228 (89.45% from 255 or 52.41% from 435); Blue value is 15 (6.25% from 255 or 3.45% from 435); Max value from RGB is 228 - color contains mainly: green. Hex color #C0E40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0E40F is #3F1BF0. Grayscale: #C1C1C1. Windows color (decimal): -4135921 or 1041600. OLE color: 1041600.

HSL color Cylindrical-coordinate representation of color #C0E40F: hue angle of 70.14º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0E40F is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB19222815-
CMYK0.1600.930.11
HSL70.14º87.65%47.65%-
HSV(B)70.14º93.42%89.41%-
XYZ49.5766.7310.72-
YUV192.9527.57127.32-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.14%
GREEN value IS 228 (89.45% from 255) = 52.41%
BLUE value IS 15 (6.25% from 255) = 3.45%
R=44.14%
G=52.41%
B=3.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal192228150.1600.930.1170.1487.6547.65
HexC0E4F1005DB465830
Octal300344172001351310613060
Binary110000001110010011111000001011101101110001101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E40F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E40F; }

 p { color: rgb(192,228,15); }

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

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

 a { background-color: rgb(192,228,15); }

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

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

 span { border-color: rgb(192,228,15); }

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