#C8DF12

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

Shades of Inch Worm #C8DF12

Tints of Inch Worm #C8DF12

Color information

#C8DF12 (or 0xC8DF12) is unknown color: approx Inch Worm. HEX triplet: C8, DF and 12. RGB value is (200,223,18). Sum of RGB (Red+Green+Blue) = 200+223+18=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 223 (87.5% from 255 or 50.57% from 441); Blue value is 18 (7.42% from 255 or 4.08% from 441); Max value from RGB is 223 - color contains mainly: green. Hex color #C8DF12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8DF12 is #3720ED. Grayscale: #C1C1C1. Windows color (decimal): -3612910 or 1236936. OLE color: 1236936.

HSL color Cylindrical-coordinate representation of color #C8DF12: hue angle of 66.73º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C8DF12 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB20022318-
CMYK0.1000.920.13
HSL66.73º85.06%47.25%-
HSV(B)66.73º91.93%87.45%-
XYZ50.3265.110.49-
YUV192.7529.38133.17-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.35%
GREEN value IS 223 (87.5% from 255) = 50.57%
BLUE value IS 18 (7.42% from 255) = 4.08%
R=45.35%
G=50.57%
B=4.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal200223180.1000.920.1366.7385.0647.25
HexC8DF12A05CD43552f
Octal310337221201341510312557
Binary110010001101111110010101001011100110110000111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DF12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DF12; }

 p { color: rgb(200,223,18); }

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

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

 a { background-color: rgb(200,223,18); }

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

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

 span { border-color: rgb(200,223,18); }

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