#CADF0E

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

Shades of Inch Worm #CADF0E

Tints of Inch Worm #CADF0E

Color information

#CADF0E (or 0xCADF0E) is unknown color: approx Inch Worm. HEX triplet: CA, DF and 0E. RGB value is (202,223,14). Sum of RGB (Red+Green+Blue) = 202+223+14=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 223 (87.5% from 255 or 50.80% from 439); Blue value is 14 (5.86% from 255 or 3.19% from 439); Max value from RGB is 223 - color contains mainly: green. Hex color #CADF0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CADF0E is #3520F1. Grayscale: #C1C1C1. Windows color (decimal): -3481842 or 974794. OLE color: 974794.

HSL color Cylindrical-coordinate representation of color #CADF0E: hue angle of 66.03º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CADF0E is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB20222314-
CMYK0.0900.940.13
HSL66.03º88.19%46.47%-
HSV(B)66.03º93.72%87.45%-
XYZ50.8265.3610.35-
YUV192.927.04134.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.01%
GREEN value IS 223 (87.5% from 255) = 50.80%
BLUE value IS 14 (5.86% from 255) = 3.19%
R=46.01%
G=50.80%
B=3.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal202223140.0900.940.1366.0388.1946.47
HexCADFE905ED42582e
Octal312337161101361510213056
Binary11001010110111111110100101011110110110000101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADF0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADF0E; }

 p { color: rgb(202,223,14); }

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

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

 a { background-color: rgb(202,223,14); }

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

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

 span { border-color: rgb(202,223,14); }

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