#c4e00f

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

Shades of Inch Worm #C4E00F

Tints of Inch Worm #C4E00F

Color information

#C4E00F (or 0xC4E00F) is unknown color: approx Inch Worm. HEX triplet: C4, E0 and 0F. RGB value is (196,224,15). Sum of RGB (Red+Green+Blue) = 196+224+15=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 224 (87.89% from 255 or 51.49% from 435); Blue value is 15 (6.25% from 255 or 3.45% from 435); Max value from RGB is 224 - color contains mainly: green. Hex color #C4E00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4E00F is #3B1FF0. Grayscale: #C0C0C0. Windows color (decimal): -3874801 or 1040580. OLE color: 1040580.

HSL color Cylindrical-coordinate representation of color #C4E00F: hue angle of 68.04º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C4E00F is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB19622415-
CMYK0.1200.930.12
HSL68.04º87.45%46.86%-
HSV(B)68.04º93.3%87.84%-
XYZ49.5165.0810.4-
YUV191.828.22130.99-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.06%
GREEN value IS 224 (87.89% from 255) = 51.49%
BLUE value IS 15 (6.25% from 255) = 3.45%
R=45.06%
G=51.49%
B=3.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal196224150.1200.930.1268.0487.4546.86
HexC4E0FC05DC44572f
Octal304340171401351410412757
Binary11000100111000001111110001011101110010001001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4e00f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4e00f; }

 p { color: rgb(196,224,15); }

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

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

 a { background-color: rgb(196,224,15); }

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

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

 span { border-color: rgb(196,224,15); }

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